Files
kotlin-cloudflare-worker/core/wrangler.template.toml
T
2026-01-04 00:33:42 +08:00

7 lines
245 B
TOML

name = "kotlin-cloudflare-worker" # any name you want
account_id = "<your account id>"
workers_dev = false
preview_urls = false
compatibility_date = "2022-08-11"
main = "kotlin-cloudflare-worker.js" # Set this value same as `outputModuleName`