genesis
This commit is contained in:
8
nodemon.json
Normal file
8
nodemon.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"watch": ["src/"],
|
||||
"ignore": ["client/", "dist/", "node_modules/", "*.test.js"],
|
||||
"ext": "js,json",
|
||||
"env": {
|
||||
"NODE_ENV": "development"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user