// Redacted sample: shape of the Cloudflare Workers cutover config.
// Secrets and account-specific values stripped on purpose.
{
  "name": "aris-space-cf-preview",
  "main": ".open-next/worker.js",
  "compatibility_date": "2026-07-08",
  "compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
  "assets": {
    "directory": ".open-next/assets",
    "binding": "ASSETS"
  },
  "routes": [
    { "pattern": "aris-space.com", "custom_domain": true },
    { "pattern": "www.aris-space.com", "custom_domain": true }
  ],
  "workers_dev": true,
  "preview_urls": true,
  "vars": {
    // example public var only — no secrets here
    "SHADE_DMG_URL": "https://example.invalid/Shade.dmg"
  }
}
