query-database/vercel.json
2026-03-25 15:46:20 +08:00

8 lines
128 B
JSON

{
"framework": "vite",
"installCommand": "pnpm install",
"buildCommand": "pnpm run build",
"outputDirectory": "dist"
}