Merge branch 'nodemon' into 'dev'
nodemon See merge request Shinobi-Systems/Shinobi!77build-default-monitor-config-from-definitions
commit
9f44591dba
|
@ -6,6 +6,7 @@
|
|||
"main": "camera.js",
|
||||
"bin": "camera.js",
|
||||
"scripts": {
|
||||
"dev": "nodemon --inspect camera.js",
|
||||
"test": "node camera.js test",
|
||||
"start": "chmod +x INSTALL/start.sh && INSTALL/start.sh"
|
||||
},
|
||||
|
@ -64,5 +65,10 @@
|
|||
"express-fileupload": "^1.1.6-alpha.6",
|
||||
"tree-kill":"1.2.2"
|
||||
},
|
||||
"devDependencies": {}
|
||||
"devDependencies": {
|
||||
"nodemon": "^1.19.1"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"ignore": ["plugins/*"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue