3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00
zeppelin/nodemon-api.json
Dragory 438694bc6e 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

5 lines
93 B
JSON

{
"watch": "src",
"ext": "ts",
"exec": "node -r ts-node/register ./src/api/index.ts"
}