wrangler.jsonc{"$schema": "node_modules/wrangler/config-schema.json","name": "2d-3d-floor-planner","compatibility_date": "2026-07-30",// Static-assets-only Worker: Vite builds both pages (/ and /cad/) into dist/,// and Cloudflare serves them straight from the edge — there is no server code."assets": {"directory": "dist","not_found_handling": "single-page-application"},// Custom domain — Cloudflare manages the DNS record for this hostname."routes": [{"pattern": "2d-3d-floor-planner-cloudflare.gallop.software","custom_domain": true}],"observability": {"enabled": true}}