Skip to content

Commit a8f1a81

Browse files
committed
docs
1 parent 9a160d2 commit a8f1a81

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

cloudflare-worker/wrangler.toml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,7 @@ no_bundle = true
66
[build]
77
cwd = "cloudflare-worker"
88
watch_dir = "cloudflare-worker"
9-
# command = "npx wrangler deploy main.js --no-bundle"
109

11-
# deploy command npx wrangler deploy main.js --no-bundle
10+
#### Cloudflare Workers UI settings ####
11+
# deploy command: npx wrangler deploy main.js --no-bundle
1212
# path: cloudflare-worker
13-
14-
# [triggers]
15-
# crons = []
16-
17-
# [env.production]
18-
# Add production-specific settings here
19-
20-
# route = { pattern = "example.org/*", zone_name = "example.org" }
21-
# kv_namespaces = [{ binding = "<MY_NAMESPACE>", id = "<KV_ID>" }]

0 commit comments

Comments
 (0)