databag/app/client/bot/nodemon.json
2024-07-02 17:39:19 -07:00

7 lines
99 B
JSON

{
"watch": ["src"],
"ext": ".ts,.js",
"ignore": [],
"exec": "npx ts-node ./src/index.ts"
}