mirror of
https://github.com/arkorty/Reduce.git
synced 2026-03-18 00:47:10 +00:00
10 lines
244 B
JSON
10 lines
244 B
JSON
{
|
|
"buildCommand": "bun --cwd frontend install && bun --cwd frontend run build",
|
|
"outputDirectory": "frontend/dist",
|
|
"framework": "vite",
|
|
"cleanUrls": true,
|
|
"rewrites": [
|
|
{ "source": "/:path*", "destination": "/index.html" }
|
|
]
|
|
}
|