mirror of
https://github.com/AIR-EISTI/hades.git
synced 2025-01-09 11:11:30 +01:00
15 lines
211 B
JSON
15 lines
211 B
JSON
{
|
|
"restartable": "rs",
|
|
"ignore": [
|
|
".git",
|
|
"node_modules/**/node_modules"
|
|
],
|
|
"verbose": true,
|
|
"watch": [
|
|
"server/**/*.js"
|
|
],
|
|
"env": {
|
|
"NODE_ENV": "development"
|
|
},
|
|
"ext": "js"
|
|
}
|