refactor: 移除java项目,改用hono + vercel function实现后端 #1
@@ -0,0 +1 @@
|
||||
.vercel
|
||||
@@ -2,6 +2,7 @@
|
||||
"name": "@collab_ledger/web",
|
||||
"version": "1.0.0",
|
||||
"private": true,
|
||||
"packageManager": "pnpm@10.14.0",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"serve": "pnpm dev",
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
{
|
||||
"installCommand": "pnpm install --no-frozen-lockfile",
|
||||
"buildCommand": "pnpm build",
|
||||
"outputDirectory": "dist",
|
||||
"rewrites": [
|
||||
{
|
||||
"source": "/(.*)",
|
||||
|
||||
Reference in New Issue
Block a user