Files
nodewarden/wrangler.toml
T
2026-02-03 22:58:41 +08:00

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"