Spaces:
Runtime error
Runtime error
| { | |
| "version": 2, | |
| "builds": [ | |
| { | |
| "src": "frontend/package.json", | |
| "use": "@vercel/static-build", | |
| "config": { | |
| "distDir": "dist" | |
| } | |
| } | |
| ], | |
| "routes": [ | |
| { | |
| "handle": "filesystem" | |
| }, | |
| { | |
| "src": "/(.*)", | |
| "dest": "/index.html" | |
| } | |
| ] | |
| } | |