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