Spaces:
Running
Running
| { | |
| "buildCommand": "npm run build", | |
| "outputDirectory": "dist", | |
| "framework": "vite", | |
| "rewrites": [ | |
| { "source": "/api/:path*", "destination": "/api/proxy?path=:path*" }, | |
| { "source": "/(.*)", "destination": "/index.html" } | |
| ] | |
| } | |