Files
R2-Explorer/template/wrangler.toml
T

11 lines
418 B
TOML

name = "r2-explorer"
compatibility_date = "2024-11-06"
main = "src/index.ts"
assets = { directory = "node_modules/r2-explorer/dashboard", binding = "ASSETS", html_handling = "auto-trailing-slash", not_found_handling = "single-page-application" }
# Bind R2 Buckets to your application.
# Docs: https://r2explorer.dev/getting-started/add-r2-buckets/
# [[r2_buckets]]
# binding = "MY_BUCKET"
# bucket_name = "my-bucket"