| 
					
				 | 
			
			
				@@ -0,0 +1,38 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  "$schema": "node_modules/wrangler/config-schema.json", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  "name": "xrates-queryer", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  "main": "src/index.ts", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  "compatibility_date": "2025-06-03" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // "compatibility_flags": [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   "nodejs_compat" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // "vars": { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   "MY_VAR": "my-variable" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // "kv_namespaces": [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     "binding": "MY_KV_NAMESPACE", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     "id": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // "r2_buckets": [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     "binding": "MY_BUCKET", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     "bucket_name": "my-bucket" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // "d1_databases": [ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     "binding": "MY_DB", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     "database_name": "my-database", 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //     "database_id": "" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // "ai": { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   "binding": "AI" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // "observability": { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   "enabled": true, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  //   "head_sampling_rate": 1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+  // } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+} 
			 |