mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-21 02:40:08 +00:00
7 lines
105 B
JSON
7 lines
105 B
JSON
{
|
|
"watch": "./src/**/*.ts",
|
|
"ext ": "env,ts",
|
|
"signal": "SIGKILL",
|
|
"exec": "npm run build && node"
|
|
}
|