n8n/packages/cli/nodemon.json
Tomi Turtiainen ad4137499b
Some checks failed
Test Master / install-and-build (push) Has been cancelled
Benchmark Docker Image CI / build (push) Has been cancelled
Test Master / Unit tests (18.x) (push) Has been cancelled
Test Master / Unit tests (20.x) (push) Has been cancelled
Test Master / Unit tests (22.4) (push) Has been cancelled
Test Master / Lint (push) Has been cancelled
Test Master / Notify Slack on failure (push) Has been cancelled
build: Fix cli nodemon config (#10628)
2024-08-30 19:03:47 +03:00

7 lines
112 B
JSON

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