Add CORS for the sync API

This commit is contained in:
chrox
2024-12-24 18:02:39 +01:00
parent 447eb09272
commit 17336d7ac9
13 changed files with 162 additions and 26 deletions
-3
View File
@@ -96,9 +96,6 @@ jobs:
- name: copy .env.local to apps/readest-app
run: cp .env.local apps/readest-app/.env.local
- name: fix dynamic route for Next.js, see https://github.com/vercel/next.js/discussions/55393
run: rimraf "apps/readest-app/src/app/reader/[ids]"
- name: install dependencies (ubuntu only)
if: matrix.config.os == 'ubuntu-latest'
run: |