mirror of
https://github.com/rikkaneko/paste.git
synced 2025-06-06 16:45:41 +00:00
Use xml-js over xml2js lib
Add Go button in paste modal (frontend) Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
d2a1dd13b8
commit
63578bcf9d
6 changed files with 113 additions and 75 deletions
|
@ -3,12 +3,11 @@ main = "src/index.ts"
|
|||
compatibility_date = "2022-05-30"
|
||||
workers_dev = false
|
||||
kv_namespaces = [
|
||||
{ binding = "PASTE_INDEX", id = "a578863da0564cd7beadd9ce4a2d53e8", preview_id = "66d9440e13124099a5e508fe1ff0a489" }
|
||||
{ binding = "PASTE_INDEX", id = "a578863da0564cd7beadd9ce4a2d53e8", preview_id = "66d9440e13124099a5e508fe1ff0a489" }
|
||||
]
|
||||
services = [
|
||||
{ binding = "QRCODE", service = "qrcode-gen", environment = "production" }
|
||||
{ binding = "QRCODE", service = "qrcode-gen", environment = "production" }
|
||||
]
|
||||
node_compat = true
|
||||
|
||||
# [secret]
|
||||
# AWS_ACCESS_KEY_ID
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue