This commit is contained in:
2025-11-24 13:49:36 +08:00
parent 21b56d0948
commit 8b9fdb706f
43 changed files with 8123 additions and 622 deletions

View File

@@ -4,6 +4,9 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "pnpm build:web && pnpm build:backend",
"build:backend": "cd backend && bun run src/main.ts",
"build:web": "cd frontend && pnpm build",
"serve": "cd backend && bun run src/main.ts"
},
"keywords": [],