mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
build: Fix cli nodemon config (#10628)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
|
||||
"watch": ["commands", "index.ts", "src"],
|
||||
"watch": ["dist"],
|
||||
"exec": "npm start",
|
||||
"ext": "ts"
|
||||
"ext": "js"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user