forked from akai/readest
21 lines
412 B
TOML
21 lines
412 B
TOML
name = "readest-web"
|
|
main = ".open-next/worker.js"
|
|
compatibility_date = "2025-02-04"
|
|
compatibility_flags = ["nodejs_compat"]
|
|
|
|
[observability]
|
|
enabled = true
|
|
head_sampling_rate = 0.01
|
|
|
|
[assets]
|
|
directory = ".open-next/assets"
|
|
binding = "ASSETS"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "TRANSLATIONS_KV"
|
|
id = "${TRANSLATIONS_KV_ID}"
|
|
|
|
[[r2_buckets]]
|
|
binding = "NEXT_INC_CACHE_R2_BUCKET"
|
|
bucket_name = "readest-next-inc-cache"
|