mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 09:36:44 +00:00
7 lines
112 B
JSON
7 lines
112 B
JSON
{
|
|
"ignore": ["**/*.spec.ts", ".git", "node_modules"],
|
|
"watch": ["dist"],
|
|
"exec": "npm start",
|
|
"ext": "js"
|
|
}
|