Files
discordeno/examples/bigbot/nodemon.json
Fleny f7a7a8d13d Really small refactor & eslint fixes (bigbot template)
This is to make my life less miserable at a later time
2024-06-08 18:25:02 +02:00

7 lines
109 B
JSON

{
"watch": "./src/**/*.ts",
"ext ": "env,ts",
"signal": "SIGKILL",
"exec": "npm run build && node"
}