Fixed config flow & moved Nodemon config to pkg
This commit is contained in:
parent
e6009c5ac0
commit
8e4874bbf0
6 changed files with 25 additions and 10 deletions
14
package.json
14
package.json
|
@ -28,5 +28,19 @@
|
|||
"multer": "^1.4.2",
|
||||
"path": "^0.12.7",
|
||||
"rimraf": "^3.0.2"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"restartable": "rs",
|
||||
"ignore": [
|
||||
".git",
|
||||
"./src/uploads/",
|
||||
"./src/zips/"
|
||||
],
|
||||
"verbose": true,
|
||||
"ext": "js,json",
|
||||
"signal": "SIGINT",
|
||||
"env": {
|
||||
"CAIRO_URL": "http://localhost:52000"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue