mirror of
https://github.com/ApfelTeeSaft/R2-Explorer.git
synced 2026-08-26 19:33:39 +00:00
11 lines
418 B
TOML
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"
|