Add CORS for the sync API

This commit is contained in:
chrox 2024-12-24 18:02:39 +01:00
parent 447eb09272
commit 17336d7ac9
No known key found for this signature in database
GPG key ID: 07EA917B97209AE3
13 changed files with 162 additions and 26 deletions

View file

@ -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",