at main 428 B view raw
1/** 2 * For more details on how to configure Wrangler, refer to: 3 * https://developers.cloudflare.com/workers/wrangler/configuration/ 4 */ 5{ 6 "$schema": "node_modules/wrangler/config-schema.json", 7 "name": "dane-computer", 8 "compatibility_date": "2025-12-17", 9 "assets": { 10 // The path to the directory containing the `index.html` file to be served at `/` 11 "directory": "./public" 12 }, 13 "observability": { 14 "enabled": true 15 } 16}