mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2026-05-08 09:38:55 -04:00
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:
@@ -8,8 +8,6 @@ README.md
|
||||
*.log
|
||||
.env*
|
||||
!.env.example
|
||||
drizzle/*.sql
|
||||
drizzle/*-journal
|
||||
.vscode
|
||||
.idea
|
||||
coverage
|
||||
|
||||
Reference in New Issue
Block a user