mirror of
https://github.com/shuaiplus/nodewarden.git
synced 2026-06-20 13:00:39 +00:00
feat: add support for KV storage mode and enhance attachment handling
This commit is contained in:
+6
-1
@@ -8,8 +8,10 @@
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "wrangler dev -c wrangler.toml",
|
||||
"dev:kv": "wrangler dev -c wrangler.kv.toml",
|
||||
"build": "vite build --config webapp/vite.config.ts",
|
||||
"deploy": "wrangler deploy"
|
||||
"deploy": "wrangler deploy",
|
||||
"deploy:kv": "wrangler deploy -c wrangler.kv.toml"
|
||||
},
|
||||
"keywords": [
|
||||
"bitwarden",
|
||||
@@ -28,6 +30,9 @@
|
||||
},
|
||||
"ATTACHMENTS": {
|
||||
"description": "R2 bucket for storing file attachments"
|
||||
},
|
||||
"ATTACHMENTS_KV": {
|
||||
"description": "Optional KV namespace fallback for attachment/send-file storage"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user