Files
beenvoice/.dockerignore
T
Claude e950abd805 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
2026-04-05 03:03:45 +00:00

18 lines
148 B
Plaintext

node_modules
.next
.git
.gitignore
Dockerfile*
docker-compose*
README.md
*.log
.env*
!.env.example
.vscode
.idea
coverage
*.tsbuildinfo
dist
build