Files
discordeno/examples/bigbot/nodemon.json
2023-04-01 02:46:46 +02:00

7 lines
105 B
JSON

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