diff --git a/packages/cli/nodemon.json b/packages/cli/nodemon.json new file mode 100644 index 000000000..efb39c666 --- /dev/null +++ b/packages/cli/nodemon.json @@ -0,0 +1,14 @@ +{ + "ignore": [ + "**/*.spec.ts", + ".git", + "node_modules" + ], + "watch": [ + "commands", + "index.ts", + "src" + ], + "exec": "npm start", + "ext": "ts" +} \ No newline at end of file