Files
5chan/vercel.json
T
2026-02-26 18:15:51 +08:00

10 lines
277 B
JSON

{
"rewrites": [
{ "source": "/(.*)", "destination": "/index.html" }
],
"installCommand": "HUSKY_SKIP_INSTALL=1 yarn install --network-timeout 600000 --child-concurrency 1 --force",
"buildCommand": "yarn build",
"outputDirectory": "build",
"framework": "vite"
}