초기 PM 소스 전체 업로드

This commit is contained in:
koj729
2026-06-12 17:14:03 +09:00
commit 4e33c9a02a
1769 changed files with 377797 additions and 0 deletions

20
nodemon.json Normal file
View File

@@ -0,0 +1,20 @@
{
"watch": [
"controllers",
"db",
"libs",
"passport",
"routes",
"app.js",
"logger.js",
"queue.js",
"server.js",
"socket.js"
],
"ignore": [
"logs/*",
"views/*",
"node_modules/*"
],
"ext": "js,json"
}