minecraft-website/wrangler.jsonc
2025-11-02 01:08:12 -06:00

28 lines
697 B
JSON

/**
* For more details on how to configure Wrangler, refer to:
* https://developers.cloudflare.com/workers/wrangler/configuration/
*/
{
"$schema": "node_modules/wrangler/config-schema.json",
"name": "minecraft-website",
"main": ".open-next/worker.js",
"compatibility_date": "2025-03-01",
"compatibility_flags": [
"nodejs_compat",
"global_fetch_strictly_public"
],
"assets": {
"binding": "ASSETS",
"directory": ".open-next/assets"
},
"routes": [
{
"pattern": "minecraft.biohazardvfx.com/*",
"zone_name": "biohazardvfx.com"
}
],
"observability": {
"enabled": true
}
}