Files
seedit/vercel.json
2026-03-19 14:43:27 +08:00

10 lines
231 B
JSON

{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"installCommand": "corepack yarn install --immutable",
"buildCommand": "corepack yarn build",
"outputDirectory": "build",
"framework": "vite"
}