1
1
mirror of https://github.com/n8n-io/n8n.git synced 2024-10-07 01:58:50 +03:00
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"
}