2025-11-07 12:18:42 +01:00
|
|
|
{
|
|
|
|
|
"rewrites": [
|
|
|
|
|
{ "source": "/(.*)", "destination": "/index.html" }
|
2026-01-30 12:28:41 +08:00
|
|
|
],
|
2026-02-26 13:15:15 +08:00
|
|
|
"installCommand": "yarn install --network-timeout 600000 --child-concurrency 1",
|
2026-01-30 12:28:41 +08:00
|
|
|
"buildCommand": "yarn build",
|
|
|
|
|
"outputDirectory": "build",
|
|
|
|
|
"framework": "vite"
|
2025-11-07 12:18:42 +01:00
|
|
|
}
|