mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
70e972ff7d
This reverts commit0c5972bb98
, reversing changes made to3de03b5097
.
14 lines
152 B
JSON
14 lines
152 B
JSON
{
|
|
"ignore": [
|
|
"**/*.spec.ts",
|
|
".git",
|
|
"node_modules"
|
|
],
|
|
"watch": [
|
|
"commands",
|
|
"index.ts",
|
|
"src"
|
|
],
|
|
"exec": "npm start",
|
|
"ext": "ts"
|
|
} |