feat(database): add database service abstraction with libsql/turso backend (#3472)

This commit is contained in:
Huang Xin
2026-03-05 02:01:35 +08:00
parent bd957a4eb8
commit 5273ef75dc
26 changed files with 2738 additions and 668 deletions
+10
View File
@@ -75,6 +75,16 @@ jobs:
run: |
pnpm test -- --watch=false
- name: install playwright browsers
if: matrix.config.platform == 'web'
working-directory: apps/readest-app
run: npx playwright install --with-deps chromium
- name: run browser tests
if: matrix.config.platform == 'web'
working-directory: apps/readest-app
run: pnpm test:browser
- name: run lint
working-directory: apps/readest-app
run: |