lg-cns-venture-3nd/nodemon.json

16 lines
227 B
JSON
Raw Normal View History

2019-04-14 07:29:05 +00:00
{
"ignore": [
"**/client/**",
"**/*.test.ts",
"**/*.spec.ts",
".git",
"node_modules"
],
"watch": [
"src/server",
"src/shared"
],
"exec": "yarn start:server",
"ext": "ts"
}