mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-19 19:26:12 -07:00
15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "bitviewnext",
|
|
"compatibility_date": "2026-06-07",
|
|
"observability": {
|
|
"enabled": true
|
|
},
|
|
"assets": {
|
|
"directory": "."
|
|
},
|
|
"compatibility_flags": [
|
|
"nodejs_compat"
|
|
]
|
|
}
|