build: Fix cli nodemon config (#10628)

This commit is contained in:
Tomi Turtiainen
2024-08-30 19:03:47 +03:00
committed by GitHub
parent ed66db77b6
commit ad4137499b

View File

@@ -1,6 +1,6 @@
{
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
"watch": ["commands", "index.ts", "src"],
"watch": ["dist"],
"exec": "npm start",
"ext": "ts"
"ext": "js"
}