{ "$schema": "node_modules/wrangler/config-schema.json", "name": "workers-embedding", "main": "src/index.ts", "compatibility_date": "2025-05-25", "observability": { "enabled": true }, "ai": { "binding": "AI" }, "vars": { "ALLOWED_ORIGINS": [ "example.com", "someother-domain.com" ] } }