mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: update sync workflow and README for KV storage support
This commit is contained in:
@@ -6,12 +6,10 @@ assets = { directory = "./dist", not_found_handling = "single-page-application",
|
||||
[build]
|
||||
command = "npm run build"
|
||||
|
||||
# D1 Database for storing vault data
|
||||
[[d1_databases]]
|
||||
binding = "DB"
|
||||
database_name = "nodewarden-db"
|
||||
|
||||
# R2 Bucket for storing attachments
|
||||
[[r2_buckets]]
|
||||
binding = "ATTACHMENTS"
|
||||
bucket_name = "nodewarden-attachments"
|
||||
|
||||
Reference in New Issue
Block a user