19 lines
428 B
TOML
19 lines
428 B
TOML
name = "cf-r2-browser"
|
|
main = "src/index.js"
|
|
compatibility_date = "2024-12-18"
|
|
keep_vars=true
|
|
workers_dev=false
|
|
|
|
#r2_buckets=[
|
|
# {binding = "bucketvar",bucket_name = "bucketname"},
|
|
# {binding="bucketvar2",bucket_name="bucketname2"}
|
|
#]
|
|
|
|
#routes=[
|
|
# {pattern="sub.domain.com",custom_domain=true},
|
|
# {pattern="dom.domain.com",custom_domain=true},
|
|
#]
|
|
|
|
#[vars]
|
|
#"sub.domain.com"="bucketvar"
|
|
#"dom.domain.com"="bucketvar2" |