mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
14 lines
285 B
TOML
14 lines
285 B
TOML
name = "nodewarden"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2024-01-01"
|
|
|
|
# KV Namespace for storing vault data
|
|
[[kv_namespaces]]
|
|
binding = "VAULT"
|
|
id = "placeholder"
|
|
|
|
# R2 Bucket for storing attachments
|
|
[[r2_buckets]]
|
|
binding = "ATTACHMENTS"
|
|
bucket_name = "nodewarden-attachments"
|