Files
livedash-node/.opencode/opencode.jsonc
Kaj Kowalski 7932fe7386 fix: lazy-load Prisma client to fix build-time URL parsing
- Make Prisma client initialization lazy via Proxy
- Defer database-pool import until runtime
- Add guard for empty DATABASE_URL
- Build now succeeds with Next.js 16.1.4
2026-01-20 07:34:30 +01:00

10 lines
181 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"next-devtools": {
"command": ["npx", "-y", "next-devtools-mcp@latest"],
"type": "local",
},
},
}