wrangler.jsonc 216 B

123456789
  1. {
  2. "name": "glance",
  3. "compatibility_date": "2025-10-23", // Update to the day you deploy
  4. "compatibility_flags": [
  5. "nodejs_compat",
  6. "disable_nodejs_process_v2"
  7. ],
  8. "pages_build_output_dir": "./dist"
  9. }