This commit is contained in:
2025-03-18 21:52:17 +08:00
parent d766e2ae6a
commit 4447fbb70e
5 changed files with 53 additions and 39 deletions

View File

@@ -10,11 +10,15 @@
"preview": "bunx --bun vite preview",
"build-only": "bunx --bun vite build",
"type-check": "bunx --bun vue-tsc --build",
"server": "bun run ./server/index.ts"
"server": "bun run --watch ./server/index.ts"
},
"dependencies": {
"@falcondev-oss/trpc-vue-query": "^0.4.2",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"log-symbols": "^7.0.0",
"pinia": "^3.0.1",
"trpc-bun-adapter": "^1.2.2",
"ts-log": "^2.2.7",
"vue": "^3.5.13",
"vue-router": "4"