Files
discord.js-bot/nodemon.json
T
2024-06-29 15:07:14 +02:00

10 lines
184 B
JSON

{
"watch": ["*.ts"],
"ignore": ["node_modules/**/*", "*.test.ts"],
"exec": "ts-node bot.ts",
"ext": "ts,json",
"delay": "1000",
"env": {
"NODE_ENV": "development"
}
}