This commit is contained in:
2025-10-16 03:27:40 +08:00
parent 5a3d11c6bc
commit da0ebde816
6 changed files with 49 additions and 4 deletions

View File

@@ -6,6 +6,7 @@
"scripts": {
"dev": "bun run --watch --hot src/index.ts",
"start": "bun run src/index.ts",
"prestart": "bun src/test/check-code.ts",
"build": "NODE_ENV=production bun bun.config.ts"
},
"keywords": [],