{
	// Keep shared fields in sync with wrangler.jsonc.
	"$schema": "node_modules/wrangler/config-schema.json",
	"compatibility_date": "2026-03-01",
	"compatibility_flags": ["global_fetch_strictly_public", "nodejs_compat"],
	"name": "docs",
	"main": "./src/worker.ts",
	"assets": {
		"directory": "./dist",
		"binding": "ASSETS",
	},
	"observability": {
		"enabled": true,
	},
}
