3 Commits

Author SHA1 Message Date
jeanGaston 0da6dc7810 fix(prisma): track migration SQL files in git
migration.sql was gitignored, so CI builds a Docker image from a
fresh clone with empty migration directories. prisma migrate deploy
then has nothing to apply, leaving the database schema-less on first
launch (P2021: table does not exist).
2026-07-30 17:32:40 +02:00
jeanGaston aacd5b890f chore: stop tracking local Claude Code tooling assets
Publish Docker image / build-and-push (push) Successful in 3m27s
.claude/skills/ui-styling was committed by accident in the initial
snapshot (93 files, ~5.7MB of font/skill assets unrelated to the app).
Untrack it and ignore /.claude going forward; files remain on disk.
2026-07-30 11:42:45 +02:00
jeanGaston 1064a0362b Initial commit: baseline snapshot before UI/UX refactor
Captures the existing lovelope.app codebase (Next.js App Router,
custom Tailwind components, Prisma) as a rollback point prior to
adopting shadcn/ui and a mobile-first redesign.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-29 19:27:12 +02:00