mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-07-14 18:15:56 -04:00
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>
17 lines
124 B
Plaintext
17 lines
124 B
Plaintext
node_modules
|
|
.next
|
|
.git
|
|
.gitignore
|
|
*.md
|
|
*.db
|
|
*.db-*
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
data
|
|
.DS_Store
|
|
.vercel
|
|
coverage
|
|
.vscode
|
|
.idea
|