File size: 159 Bytes
3a66575 | 1 2 3 4 5 6 7 | {
"buildCommand": "npm run build",
"outputDirectory": "dist",
"framework": "vite",
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}
|
3a66575 | 1 2 3 4 5 6 7 | {
"buildCommand": "npm run build",
"outputDirectory": "dist",
"framework": "vite",
"rewrites": [{ "source": "/(.*)", "destination": "/index.html" }]
}
|