{ "$schema": "./node_modules/wrangler/config-schema.json", "name": "gig-admin", "compatibility_date": "2026-07-15", // Assets-only Worker: gig-admin is a client-rendered SPA, so Cloudflare // serves the Vite build and falls back to index.html for client routes. "assets": { "directory": "dist", "not_found_handling": "single-page-application" }, "observability": { "enabled": true } }