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
83f4e0c982
zappyzep
/
nodemon-api.json
6 lines
93 B
JSON
Raw
Normal View
History
Unescape
Escape
Dashboard work. Move configs to DB. Some script reorganization. Add nodemon configs.
2019-06-22 18:52:24 +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/api/index.ts"
Dashboard work. Move configs to DB. Some script reorganization. Add nodemon configs.
2019-06-22 18:52:24 +03:00
}
Reference in a new issue
Copy permalink