summaryrefslogtreecommitdiff
path: root/wrangler-example.jsonc
blob: 4e4022141535c84c1f0916d8007129e9c33f09a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
	"$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"
		]
	}
}