{
  "$schema": "node_modules/wrangler/config-schema.json",
  "name": "019d7d93-2934-7f45-9661-ac922c30576e",
  "main": "./src/worker/index.ts",
  "compatibility_date": "2025-06-17",
  "compatibility_flags": ["nodejs_compat"],
  "observability": {
    "enabled": true
  },
  "upload_source_maps": true,
  "assets": {
    "not_found_handling": "single-page-application"
  },
  "d1_databases": [
    {
      "binding": "DB",
      "database_name": "019d7d93-2934-7f45-9661-ac922c30576e",
      "database_id": "019d7d93-2934-7f45-9661-ac922c30576e"
    }
  ],
	  "r2_buckets": [
	    {
	      "binding": "R2_BUCKET",
	      "bucket_name": "019d7d93-2934-7f45-9661-ac922c30576e"
	    }
	  ],
	  "services": [
	    {
	      "binding": "EMAILS",
	      "service": "emails-service",
	      "entrypoint": "EmailService",
	      "props": {
	        "appId": "019d7d93-2934-7f45-9661-ac922c30576e"
	      }
	    }
	  ]
	}
