/** * 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": "dane-computer", "compatibility_date": "2025-12-17", "assets": { // The path to the directory containing the `index.html` file to be served at `/` "directory": "./public" }, "observability": { "enabled": true } }