forked from akai/readest
13 lines
305 B
JSON
13 lines
305 B
JSON
{
|
|
"$schema": "node_modules/wrangler/config-schema.json",
|
|
"main": ".open-next/worker.js",
|
|
"name": "readest-web",
|
|
"compatibility_date": "2025-02-04",
|
|
"compatibility_flags": ["nodejs_compat"],
|
|
"assets": {
|
|
"directory": ".open-next/assets",
|
|
"binding": "ASSETS"
|
|
},
|
|
"kv_namespaces": []
|
|
}
|