Initial scaffold: Cloudflare Pages + Worker + README + wrangler
This commit is contained in:
8
wrangler.toml
Normal file
8
wrangler.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
name = "cloudflare-experiment-worker"
|
||||
type = "javascript"
|
||||
# Replace the following with your Cloudflare Account ID after `wrangler login` or from dashboard
|
||||
account_id = "YOUR_ACCOUNT_ID"
|
||||
workers_dev = true
|
||||
# To publish to a custom route set `route` and `zone_id` (remove or leave empty for workers_dev)
|
||||
route = ""
|
||||
zone_id = ""
|
||||
Reference in New Issue
Block a user