3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-15 05:41:51 +00:00
zeppelin/nodemon-api.json

6 lines
76 B
JSON
Raw Normal View History

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