2 Commits

Author SHA1 Message Date
Kunthawat Greethong
0e0653aed9 Dockerfile: simplify - clone emdash source, build all packages, copy with -L flag
Changes:
- Build all packages (core, auth, blocks, admin) from source
- Copy packages with -L dereferencing symlinks so deps resolve properly
- Use emdash@0.9.0 from npm (source packages include their own deps)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-03 15:47:30 +07:00
Kunthawat Greethong
557ed9e2d0 Remove mysql export that doesn't exist in patched emdash 0.9.0
The blog template's db.ts imported 'mysql' from 'emdash/db' but the
patched source only exports sqlite, libsql, and postgres adapters.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-03 11:37:01 +07:00