mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
19 lines
437 B
JSON
19 lines
437 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"name": "benchmarks",
|
|
"compatibility_date": "2026-02-12",
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"main": "./worker/index.ts",
|
|
"preview_urls": true,
|
|
"assets": {
|
|
"not_found_handling": "none"
|
|
},
|
|
"d1_databases": [
|
|
{
|
|
"binding": "DB",
|
|
"database_name": "vinext-benchmarks",
|
|
"database_id": "b5997bf3-56f8-4dde-8bd8-d07604ffcb3e"
|
|
}
|
|
]
|
|
}
|