Fix migration files excluded from Docker build and restore fonts

- Remove drizzle/*.sql and drizzle/*-journal from .dockerignore so
  migration files are included in the Docker build context
- Restore next/font/google imports (removed prematurely due to local
  IP being 403'd by Google Fonts; production builds should work fine)
- Update CSS font fallbacks to use proper system font stacks

https://claude.ai/code/session_012sqEgNQpx676isepeoX4Mi
This commit is contained in:
Claude
2026-04-05 03:03:45 +00:00
parent 4c0eae4b11
commit e950abd805
3 changed files with 23 additions and 5 deletions
-2
View File
@@ -8,8 +8,6 @@ README.md
*.log
.env*
!.env.example
drizzle/*.sql
drizzle/*-journal
.vscode
.idea
coverage