mirror of
https://github.com/soconnor0919/beenvoice.git
synced 2026-05-08 09:38:55 -04:00
e950abd805
- 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
18 lines
148 B
Plaintext
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
|
|
|