worker-links/wrangler.toml
Erisa A a0b5f95a7e
Upgrade compatability date
and run prettier
2023-11-27 03:07:29 +00:00

23 lines
561 B
TOML

name = "worker-links"
main = "src/index.ts"
# optional
#logpush = true
# Change these!!
kv_namespaces = [
# Replace below line with your namespace ID ('yarn createkv' output)
{ binding = "KV", id = "1be44406edc142a084435e24dbf8ae1d", preview_id = "15cfb90ecd654b8f8a9ccd600832093f" }
]
compatibility_flags = []
compatibility_date = "2023-11-08"
# Remove or comment out the route line if using workers_dev (and set below to true)
workers_dev = false
route = { pattern = "erisa.link/*", zone_name = "erisa.link" }
[vars]
ENABLE_INDEX_FORM = false