summaryrefslogtreecommitdiff
path: root/wrangler.jsonc
blob: f286f23224484b00a8f164fa2727c871ed5fb797 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "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
    }
}