forked from akai/readest
13 lines
262 B
TOML
13 lines
262 B
TOML
name = "readest-web"
|
|
main = ".open-next/worker.js"
|
|
compatibility_date = "2025-02-04"
|
|
compatibility_flags = ["nodejs_compat"]
|
|
|
|
[assets]
|
|
directory = ".open-next/assets"
|
|
binding = "ASSETS"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "TRANSLATIONS_KV"
|
|
id = "${TRANSLATIONS_KV_ID}"
|