mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Add missing nodemon.json file for easy development
This commit is contained in:
14
packages/cli/nodemon.json
Normal file
14
packages/cli/nodemon.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"ignore": [
|
||||||
|
"**/*.spec.ts",
|
||||||
|
".git",
|
||||||
|
"node_modules"
|
||||||
|
],
|
||||||
|
"watch": [
|
||||||
|
"commands",
|
||||||
|
"index.ts",
|
||||||
|
"src"
|
||||||
|
],
|
||||||
|
"exec": "npm start",
|
||||||
|
"ext": "ts"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user