summaryrefslogtreecommitdiff
path: root/wrangler.jsonc
blob: b86d45cfd219ecb4b1c5354751a418e7e3bbf378 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "helloastrocf",
    "main": "./dist/_worker.js/index.js",
    "compatibility_date": "2025-07-10",
    "compatibility_flags": [
        "nodejs_compat"
    ],
    "assets": {
        "binding": "ASSETS",
        "directory": "./dist"
    },
    "observability": {
        "enabled": true
    },
    "durable_objects": {
        "bindings": [
            {
                "name": "COUNTER_DO",
                "class_name": "CounterDurableObject"
            }
        ]
    }
}