2 Commits
Author SHA1 Message Date
Leon SerfatyandClaude Opus 4.8 2be881a3ed Fix Docker build: copy .npmrc + use --legacy-peer-deps for npm ci
vite-plugin-pwa peer-depends on vite <=5 but project uses vite 7 (works fine);
npm ci needs legacy-peer-deps which lives in .npmrc (now copied before install).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-29 02:48:34 -04:00
Leon SerfatyandClaude Opus 4.8 1a8b8ee5a0 AppForge: migrate off Supabase to external Postgres + Better Auth + local storage
- New Express + TypeScript backend (server/) with pg, Better Auth, local file storage
- De-Supabased Postgres schema (server/db) and TS reimplementations of DB functions
- Frontend data layer rewired to REST (rest-client + backend-client compat shim)
- Removed all Supabase references (code, config, deps, docs)
- New brand assets: gradient favicon/app icons + dark/white wordmark logos

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-28 04:50:29 -04:00