n8n/packages/cli/nodemon.json
2019-08-14 14:47:27 +02:00

14 lines
152 B
JSON

{
"ignore": [
"**/*.spec.ts",
".git",
"node_modules"
],
"watch": [
"commands",
"index.ts",
"src"
],
"exec": "npm start",
"ext": "ts"
}