Add Cloudflare Workers configuration

This commit is contained in:
cloudflare-workers-and-pages[bot]
2026-06-07 09:01:59 +00:00
committed by GitHub
parent 54cc0cb446
commit fe8f095434
2 changed files with 21 additions and 0 deletions
+7
View File
@@ -4,3 +4,10 @@
*dump*
TODO.md
_explorer.js
# 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": "bitviewnext",
"compatibility_date": "2026-06-07",
"observability": {
"enabled": true
},
"assets": {
"directory": "."
},
"compatibility_flags": [
"nodejs_compat"
]
}