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

5 lines
72 B
JSON

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