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:
parent
09d948a0df
commit
30f57dad24
3 changed files with 1390 additions and 229 deletions
5
nodemon.json
Normal file
5
nodemon.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"watch": "src",
|
||||
"ext": "ts",
|
||||
"exec": "ts-node ./src/index.ts"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue