Add Cloudflare Workers configuration

This commit is contained in:
cloudflare-workers-and-pages[bot]
2026-06-25 03:26:40 +00:00
committed by GitHub
parent bffd2f33de
commit b84d963d14
2 changed files with 20 additions and 0 deletions
+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"
]
}