···11+/**
22+ * For more details on how to configure Wrangler, refer to:
33+ * https://developers.cloudflare.com/workers/wrangler/configuration/
44+ */
55+{
66+ "$schema": "node_modules/wrangler/config-schema.json",
77+ "name": "website",
88+ "compatibility_date": "2025-12-17",
99+ "assets": {
1010+ // The path to the directory containing the `index.html` file to be served at `/`
1111+ "directory": "./public"
1212+ },
1313+ "observability": {
1414+ "enabled": true
1515+ }
1616+}