Skip to content

Commit a4a5546

Browse files
Add Cloudflare Workers configuration
1 parent 9b769cd commit a4a5546

2 files changed

Lines changed: 21 additions & 0 deletions

File tree

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,10 @@ mess/
1717
.ralphify/
1818
scripts/tui_dev/output/
1919

20+
21+
# wrangler files
22+
.wrangler
23+
.dev.vars*
24+
!.dev.vars.example
25+
.env*
26+
!.env.example

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": "ralphify-co",
4+
"compatibility_date": "2026-05-24",
5+
"observability": {
6+
"enabled": true
7+
},
8+
"assets": {
9+
"directory": "website"
10+
},
11+
"compatibility_flags": [
12+
"nodejs_compat"
13+
]
14+
}

0 commit comments

Comments
 (0)