mirror of
https://github.com/readest/readest.git
synced 2026-05-02 21:40:47 +00:00
Add CORS for the sync API
This commit is contained in:
parent
447eb09272
commit
17336d7ac9
13 changed files with 162 additions and 26 deletions
|
|
@ -44,6 +44,7 @@
|
|||
"@tauri-apps/plugin-updater": "^2.0.0",
|
||||
"@zip.js/zip.js": "^2.7.53",
|
||||
"clsx": "^2.1.1",
|
||||
"cors": "^2.8.5",
|
||||
"cssbeautify": "^0.3.1",
|
||||
"foliate-js": "workspace:*",
|
||||
"js-md5": "^0.8.3",
|
||||
|
|
@ -57,6 +58,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@tauri-apps/cli": "2.1.0",
|
||||
"@types/cors": "^2.8.17",
|
||||
"@types/cssbeautify": "^0.3.5",
|
||||
"@types/node": "^22.10.1",
|
||||
"@types/react": "18.3.12",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue