Add missing nodemon.json file for easy development

This commit is contained in:
Jan Oberhauser
2019-08-14 14:47:27 +02:00
parent a1b95918de
commit 89f9aeda1e

14
packages/cli/nodemon.json Normal file
View File

@@ -0,0 +1,14 @@
{
"ignore": [
"**/*.spec.ts",
".git",
"node_modules"
],
"watch": [
"commands",
"index.ts",
"src"
],
"exec": "npm start",
"ext": "ts"
}