{ "framework": "vite", "installCommand": "cd web && bun install", "buildCommand": "cd web && bun run build", "outputDirectory": "web/dist", "rewrites": [{ "source": "/(.*)", "destination": "/index.html" }] }