added nodemon to watch dev environment changes

This commit is contained in:
lotte
2020-03-27 10:06:17 +01:00
parent 1b7fdfc59c
commit 0850c264b6
7 changed files with 386 additions and 12 deletions

6
nodemon.json Normal file
View File

@@ -0,0 +1,6 @@
{
"watch": ["src/environments"],
"ext": "ts",
"ignore": ["src/environments/environment.ts"],
"exec": "ts-node --project ./tsconfig.ts-node.json scripts/set-env.ts --dev"
}