blob: b8c3294e9850f0401da201ee81d2c81d1dda84d2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
{
"$schema": "./node_modules/wrangler/config-schema.json",
"name": "cidr",
"compatibility_date": "2025-11-10",
"assets": {
"directory": "./dist"
},
"routes": [
{
"pattern": "cidr.xyz",
"custom_domain": true
},
{
"pattern": "www.cidr.xyz",
"custom_domain": true
}
],
"preview_urls": true,
"workers_dev": true
}
|