Skip to content

Commit d0896a8

Browse files
Add Cloudflare Workers configuration
1 parent 246e303 commit d0896a8

2 files changed

Lines changed: 19 additions & 0 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,8 @@ playground.xcworkspace/
3838
.env.*
3939
!.env.example
4040
docs/CHANGELOG.md
41+
42+
# wrangler files
43+
.wrangler
44+
.dev.vars*
45+
!.dev.vars.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": "sumo-mac-gui",
4+
"compatibility_date": "2026-05-03",
5+
"observability": {
6+
"enabled": true
7+
},
8+
"assets": {
9+
"directory": "."
10+
},
11+
"compatibility_flags": [
12+
"nodejs_compat"
13+
]
14+
}

0 commit comments

Comments
 (0)