mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
fix(build): add next-themes + sql.js deps and mark sql.js as webpack external
- next-themes: required by TierFlowDiagram.tsx (onboarding) - sql.js: required by CLI runtime sqliteRuntime.mjs - Add sql.js to serverExternalPackages in next.config.mjs to prevent webpack static resolution failures during build
This commit is contained in:
@@ -111,6 +111,7 @@ const nextConfig = {
|
||||
"thread-stream",
|
||||
"pino-abstract-transport",
|
||||
"better-sqlite3",
|
||||
"sql.js",
|
||||
"keytar",
|
||||
"wreq-js",
|
||||
"zod",
|
||||
|
||||
Reference in New Issue
Block a user