This website requires JavaScript.
Explore
Help
Sign in
StyAndCo
/
zeppelin
Watch
3
Star
0
Fork
You've already forked zeppelin
0
mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced
2025-03-15 13:51:51 +00:00
Code
Releases
Activity
9b5307ba2b
zeppelin
/
nodemon-bot.json
6 lines
89 B
JSON
Raw
Normal View
History
Unescape
Escape
Add npm script for watching changes. Clear obsolete dependencies.
2018-07-07 14:27:54 +03:00
{
"watch"
:
"src"
,
"ext"
:
"ts"
,
Use ts-node/register with node CLI instead of ts-node CLI See https://www.npmjs.com/package/ts-node#programmatic Allows us to use advanced node CLI options (if needed) for our start scripts
2019-09-28 19:34:36 +03:00
"exec"
:
"node -r ts-node/register ./src/index.ts"
Add npm script for watching changes. Clear obsolete dependencies.
2018-07-07 14:27:54 +03:00
}
Copy permalink