mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-03 17:30:07 +00:00
* refactor: remove experimental-specifier-resolution flag * fix: listen on all interface * fix: tsconfig set target es2022 * refactor: use top level await * style: deno fmt * feat: add rabbitmq * fix: DEVELOPMENT env not working * style * feat: add using message queue * chore: readme add influx and rabbitmq info to node * chore: increase rest replica
7 lines
109 B
JSON
7 lines
109 B
JSON
{
|
|
"watch": "./src/**/*.ts",
|
|
"ext ": "env,ts",
|
|
"signal": "SIGKILL",
|
|
"exec": "npm run build && node"
|
|
}
|