fix tsc configs, add realsilverbullets for 6666 bits

This commit is contained in:
2025-12-06 04:51:34 +01:00
parent c37d2f0a8b
commit afbf08f21a
15 changed files with 136 additions and 19 deletions

View File

@@ -8,6 +8,7 @@
"pg": "^8.16.3"
},
"scripts": {
"check": "biome check && tsc -b",
"start": "NODE_ENV=production bun src/index.ts",
"start-dev": "NODE_ENV=development bun src/index.ts",
"start-discord": "NODE_ENV=production bun src/discord/index.ts",