summaryrefslogtreecommitdiff
path: root/wrangler.jsonc
blob: 052b59ec13407cb5fb28676afcd8a9b88704dec4 (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
32
33
34
35
36
{
    "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
        }
    ],
    "triggers": {
        "crons": [
            "* * * * *"
        ]
    }
}