Merge pull request #4 from pvrzz/cloudflare/workers-autoconfig

Add Cloudflare Workers configuration
This commit is contained in:
chris
2026-06-25 05:01:39 -04:00
committed by GitHub
2 changed files with 20 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# wrangler files
.wrangler
.dev.vars*
!.dev.vars.example
.env*
!.env.example
+14
View File
@@ -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"
]
}