mirror of
https://github.com/kjanat/livedash-node.git
synced 2026-02-13 14:55:42 +01:00
- 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
10 lines
181 B
JSON
10 lines
181 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"next-devtools": {
|
|
"command": ["npx", "-y", "next-devtools-mcp@latest"],
|
|
"type": "local",
|
|
},
|
|
},
|
|
}
|