Skip to content

Commit 9aeec63

Browse files
committed
wrangler conf
1 parent 1de86e5 commit 9aeec63

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

wrangler.jsonc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "node_modules/wrangler/config-schema.json",
3+
"name": "dist",
4+
"compatibility_date": "2026-06-24",
5+
"observability": {
6+
"enabled": true
7+
},
8+
"assets": {
9+
"directory": "_site"
10+
},
11+
"compatibility_flags": [
12+
"nodejs_compat"
13+
]
14+
}

0 commit comments

Comments
 (0)