mirror of
https://github.com/arthur-pbty/discord.js-bot.git
synced 2026-06-03 15:07:24 +02:00
10 lines
184 B
JSON
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"
|
|
}
|
|
} |