n8n/packages/cli/nodemon.json
Jan Oberhauser 70e972ff7d Revert "🔀 Merge branch 'oauth-support' of https://github.com/tildabio/n8n"
This reverts commit 0c5972bb98, reversing
changes made to 3de03b5097.
2020-01-10 14:26:06 -06:00

14 lines
152 B
JSON

{
"ignore": [
"**/*.spec.ts",
".git",
"node_modules"
],
"watch": [
"commands",
"index.ts",
"src"
],
"exec": "npm start",
"ext": "ts"
}