This website requires JavaScript.
Explore
Help
Sign in
StyAndCo
/
zappyzep
Watch
3
Star
0
Fork
You've already forked zappyzep
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
f5651d4c82
zappyzep
/
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
}
Reference in a new issue
Copy permalink