초기 PM 소스 전체 업로드
This commit is contained in:
20
nodemon.json
Normal file
20
nodemon.json
Normal 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"
|
||||
}
|
||||
Reference in New Issue
Block a user