Fixed config flow & moved Nodemon config to pkg

This commit is contained in:
Dunemask 2021-08-14 21:42:17 -06:00
parent e6009c5ac0
commit 8e4874bbf0
6 changed files with 25 additions and 10 deletions

View file

@ -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"
}
}
}