Skip to content

Commit 964c306

Browse files
Add Cloudflare Workers configuration
1 parent 194f9b4 commit 964c306

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,3 +213,9 @@ eval-results
213213
# UV
214214
## lockfile should be versioned for applications but not for libraries
215215
uv.lock
216+
217+
# wrangler files
218+
.wrangler
219+
.dev.vars*
220+
!.dev.vars.example
221+
!.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": "lightcone-cli",
4+
"compatibility_date": "2026-05-07",
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)