mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-20 23:48:10 -07:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fe8f095434 |
@@ -4,3 +4,10 @@
|
|||||||
*dump*
|
*dump*
|
||||||
TODO.md
|
TODO.md
|
||||||
_explorer.js
|
_explorer.js
|
||||||
|
|
||||||
|
# wrangler files
|
||||||
|
.wrangler
|
||||||
|
.dev.vars*
|
||||||
|
!.dev.vars.example
|
||||||
|
.env*
|
||||||
|
!.env.example
|
||||||
|
|||||||
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user