refactor: 移除java项目,改用hono + vercel function实现后端 #1

Merged
gin merged 6 commits from dev into main 2026-06-17 20:58:01 +08:00
4 changed files with 5 additions and 1 deletions
Showing only changes of commit b8289146aa - Show all commits
+1
View File
@@ -0,0 +1 @@
.vercel
+1
View File
@@ -2,6 +2,7 @@
"name": "@collab_ledger/web", "name": "@collab_ledger/web",
"version": "1.0.0", "version": "1.0.0",
"private": true, "private": true,
"packageManager": "pnpm@10.14.0",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"serve": "pnpm dev", "serve": "pnpm dev",
-1
View File
@@ -1,5 +1,4 @@
{ {
"extends": "../../tsconfig.base.json",
"compilerOptions": { "compilerOptions": {
"target": "esnext", "target": "esnext",
"module": "esnext", "module": "esnext",
+3
View File
@@ -1,4 +1,7 @@
{ {
"installCommand": "pnpm install --no-frozen-lockfile",
"buildCommand": "pnpm build",
"outputDirectory": "dist",
"rewrites": [ "rewrites": [
{ {
"source": "/(.*)", "source": "/(.*)",