worker-links/wrangler.toml
2024-05-05 15:52:23 -04:00

23 lines
558 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 = "7b821a1cd3254bd2a8c7c5429af81fae", preview_id = "7b821a1cd3254bd2a8c7c5429af81fae" }
]
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 = "joshs.pro/*", zone_name = "joshs.pro" }
[vars]
ENABLE_INDEX_FORM = true