fix: add missing values and instructions to config files

This commit is contained in:
James Murdza
2024-06-01 22:36:38 -04:00
parent 478fe49d4b
commit 664a0098a6
4 changed files with 15 additions and 1 deletions

View File

@ -4,13 +4,16 @@ main = "src/index.ts"
compatibility_date = "2024-04-05"
compatibility_flags = ["nodejs_compat"]
# Fill in the account ID from the Cloudflare dashboard below.
account_id = ""
workers_dev = true
# Deploy an R2 bucket from the Cloudflare dashboard and fill in bucket_name.
[[r2_buckets]]
binding = 'R2'
bucket_name = ''
preview_bucket_name = ''
# KEY is required but can be set to any secret string.
[vars]
KEY = ''