openreader/src
Richard R 358a56cc9a refactor: implement modular monorepo packages
- Extract database schema and migrations into @openreader/database

- Extract startup and orchestration scripts into @openreader/bootstrap

- Move compute-worker into packages/compute-worker

- Remove runtime dependency on drizzle-kit

- Update Dockerfile to deploy isolated packages without merging node_modules
2026-06-13 13:51:18 -06:00
..
app refactor: implement modular monorepo packages 2026-06-13 13:51:18 -06:00
components fix(auth): prevent unwanted anonymous session after logout by tracking session state 2026-06-12 08:30:23 -06:00
contexts fix(epub): unify TTS word highlight mapping and normalization 2026-06-09 08:20:53 -06:00
hooks fix(epub): improve word-region cache invalidation for highlighting 2026-06-09 15:35:39 -06:00
lib refactor: implement modular monorepo packages 2026-06-13 13:51:18 -06:00
types Refactor PDF parsing and rendering logic; migrate to compute-worker protocol 2026-06-12 13:43:33 -06:00
instrumentation.node.ts Refactor user data cleanup and TTS storage flows (#105) 2026-06-07 13:33:20 -06:00
instrumentation.ts Refactor user data cleanup and TTS storage flows (#105) 2026-06-07 13:33:20 -06:00
middleware.ts refactor(env): remove legacy no-auth mode and enforce required auth env vars 2026-05-31 12:09:37 -06:00