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 05:41:51 +00:00
Code
Releases
Activity
cde2a8ebcb
zeppelin
/
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
}
Copy permalink