11 lines
214 B
TOML
Executable File
11 lines
214 B
TOML
Executable File
name = "file-share"
|
|
main = "main.js"
|
|
|
|
[[r2_buckets]]
|
|
binding = "file_share_bucket"
|
|
bucket_name = "file-share-bucket"
|
|
|
|
[[d1_databases]]
|
|
binding = "DB"
|
|
database_name = "file-share-db"
|
|
database_id = "your-database-id" |