Provide hosts and siblings container as environment settings and add npm run start script
wip acceptence tests run, but don't all pass wip removed npm-debug from git
This commit is contained in:
committed by
Henry Oswald
parent
6d42e18088
commit
b64106b730
15
nodemon.json
Normal file
15
nodemon.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"ignore": [
|
||||
".git",
|
||||
"node_modules/"
|
||||
],
|
||||
"verbose": true,
|
||||
"execMap": {
|
||||
"js": "npm run start"
|
||||
},
|
||||
"watch": [
|
||||
"app/coffee/",
|
||||
"app.coffee"
|
||||
],
|
||||
"ext": "coffee"
|
||||
}
|
||||
Reference in New Issue
Block a user