3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-11 04:45:02 +00:00

Add npm script for watching changes. Clear obsolete dependencies.

This commit is contained in:
Dragory 2018-07-07 14:27:54 +03:00
parent 09d948a0df
commit 30f57dad24
3 changed files with 1390 additions and 229 deletions

5
nodemon.json Normal file
View file

@ -0,0 +1,5 @@
{
"watch": "src",
"ext": "ts",
"exec": "ts-node ./src/index.ts"
}