mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-02-13 16:15:43 +01:00
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
This commit is contained in:
9
.opencode/opencode.jsonc
Normal file
9
.opencode/opencode.jsonc
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"$schema": "https://opencode.ai/config.json",
|
||||
"mcp": {
|
||||
"next-devtools": {
|
||||
"command": ["npx", "-y", "next-devtools-mcp@latest"],
|
||||
"type": "local",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user