blob: 26a6916990b9042a589a25f9664aad5a9c8ee23a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
{
"name": "proj-name",
"main": "./dist/_worker.js/index.js",
"compatibility_date": "2025-07-11",
"compatibility_flags": [
"nodejs_compat"
],
"assets": {
"binding": "ASSETS",
"directory": "./dist"
},
"observability": {
"enabled": true
}
// "routes": [
// {
// "pattern": "example.com",
// "custom_domain": true
// },
// {
// "pattern": "www.example.com",
// "custom_domain": true
// }
// ]
}
|