Skip to content

Commit db3a169

Browse files
Add Cloudflare Workers configuration
1 parent 2cc7000 commit db3a169

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
@@ -48,3 +48,10 @@ package-lock.json
4848

4949
# Scripts with potential secrets
5050
scripts/
51+
52+
# wrangler files
53+
.wrangler
54+
.dev.vars*
55+
!.dev.vars.example
56+
.env*
57+
!.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": "stockyard",
4+
"compatibility_date": "2025-09-27",
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)