Skip to content

Commit 0c53b6a

Browse files
Add Cloudflare Workers configuration (#22)
* Add Cloudflare Workers configuration * style: format wrangler.jsonc with prettier --------- Co-authored-by: cloudflare-workers-and-pages[bot] <73139402+cloudflare-workers-and-pages[bot]@users.noreply.github.com> Co-authored-by: Javier Canizalez <javier-canizalez@outlook.com>
1 parent 24a7f2d commit 0c53b6a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

website/wrangler.jsonc

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

0 commit comments

Comments
 (0)