mirror of
https://github.com/pvrzz/portage-site.git
synced 2026-08-11 19:36:31 +00:00
Add Cloudflare Workers configuration
This commit is contained in:
committed by
GitHub
parent
bffd2f33de
commit
b84d963d14
@@ -0,0 +1,6 @@
|
||||
# wrangler files
|
||||
.wrangler
|
||||
.dev.vars*
|
||||
!.dev.vars.example
|
||||
.env*
|
||||
!.env.example
|
||||
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "node_modules/wrangler/config-schema.json",
|
||||
"name": "portage",
|
||||
"compatibility_date": "2026-06-25",
|
||||
"observability": {
|
||||
"enabled": true
|
||||
},
|
||||
"assets": {
|
||||
"directory": "."
|
||||
},
|
||||
"compatibility_flags": [
|
||||
"nodejs_compat"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user