{
  "$schema": "./node_modules/wrangler/config-schema.json",
  "name": "workweb",
  "compatibility_date": "2026-06-20",
  // nodejs_compat: provides node: built-ins for deps that need them (e.g. `debug`
  // pulled in via astro-icon) — fixes `astro dev` page rendering and the build's
  // nodejs imports warning. global_fetch_strictly_public: adapter default.
  "compatibility_flags": ["nodejs_compat", "global_fetch_strictly_public"],
  "main": "@astrojs/cloudflare/entrypoints/server",
  "assets": {
    "directory": "./dist",
    "binding": "ASSETS"
  },
  "observability": {
    "enabled": true
  }
}
