mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 21:41:09 +02:00
refactor(presi): replace NestJS backend with lightweight Hono server
The Presi NestJS backend (40 source files, 50 deps) was a CRUD wrapper around decks, slides, and themes — all now handled by local-first sync. Only the share-link feature requires server-side state (public URLs without auth), so a minimal Hono + Bun server replaces the entire NestJS backend: - apps/presi/apps/server/ — Hono server with share routes + GDPR admin Uses @manacore/shared-hono for auth (JWKS), health, admin, errors - Web app API client stripped to share-only (was 270 lines → 90 lines) - Removed from docker-compose, CI/CD, Prometheus, env generation - NestJS backend deleted (40 TS files, 8 test specs, 3038 lines) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
5c33962439
commit
dd2f814cf3
62 changed files with 393 additions and 3038 deletions
|
|
@ -159,7 +159,6 @@ for container in $ALL_PROBLEM_CONTAINERS; do
|
|||
mana-app-storage-web) SERVICE_NAME="storage-web" ;;
|
||||
mana-app-storage-backend) SERVICE_NAME="storage-backend" ;;
|
||||
mana-app-presi-web) SERVICE_NAME="presi-web" ;;
|
||||
mana-app-presi-backend) SERVICE_NAME="presi-backend" ;;
|
||||
mana-app-nutriphi-web) SERVICE_NAME="nutriphi-web" ;;
|
||||
mana-app-nutriphi-backend) SERVICE_NAME="nutriphi-backend" ;;
|
||||
mana-app-skilltree-web) SERVICE_NAME="skilltree-web" ;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue