summaryrefslogtreecommitdiff
path: root/wrangler.jsonc
blob: ac53b79307ab032dc13803ff24e6f6b406c754cd (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
26
27
28
29
30
31
{
    "name": "geshem",
    "main": "./dist/_worker.js/index.js",
    "compatibility_date": "2025-09-24",
    "compatibility_flags": [
        "nodejs_compat"
    ],
    "assets": {
        "binding": "ASSETS",
        "directory": "./dist"
    },
    "observability": {
        "enabled": true
    },
    "r2_buckets": [
        {
            "binding": "IMGS_BUCKET",
            "bucket_name": "geshem"
        }
    ],
    "routes": [
        {
            "pattern": "geshem.space",
            "custom_domain": true
        },
        {
            "pattern": "www.geshem.space",
            "custom_domain": true
        }
    ]
}