fix new user error + add wrangler.toml examples
This commit is contained in:
13
backend/storage/wrangler.toml.example
Normal file
13
backend/storage/wrangler.toml.example
Normal file
@ -0,0 +1,13 @@
|
||||
#:schema node_modules/wrangler/config-schema.json
|
||||
name = "storage"
|
||||
main = "src/index.ts"
|
||||
compatibility_date = "2024-04-05"
|
||||
compatibility_flags = ["nodejs_compat"]
|
||||
|
||||
account_id = ""
|
||||
workers_dev = true
|
||||
|
||||
[[r2_buckets]]
|
||||
binding = 'R2'
|
||||
bucket_name = ''
|
||||
preview_bucket_name = ''
|
Reference in New Issue
Block a user