Files
n8n_Demo/n8n-n8n-1.109.2/packages/cli/nodemon.json
2025-09-08 04:48:28 +08:00

7 lines
112 B
JSON
Executable File

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