Files
sofa/.dockerignore
T
jakeandClaude Opus 4.6 0d272700f9 Lazy-init DB client to fix Docker build failure
The DB client was initialized at import time, which caused Next.js page
data collection to fail during Docker builds where no database exists.
Wrapping in Proxy defers createClient() until first actual use.

Also adds data/ to .dockerignore.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 13:21:00 -05:00

17 lines
124 B
Plaintext

node_modules
.next
.git
.gitignore
*.md
*.db
*.db-*
.env
.env.*
!.env.example
data
.DS_Store
.vercel
coverage
.vscode
.idea