Files
kotlin-cloudflare-worker/worker-core/wrangler.template.toml
T

6 lines
245 B
TOML
Raw Normal View History

2026-01-04 00:33:42 +08:00
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`