zappyzep/backend/nodemon-bot.json

5 lines
89 B
JSON

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