upd
This commit is contained in:
@@ -2,6 +2,13 @@ import type { NextConfig } from "next";
|
||||
|
||||
const nextConfig: NextConfig = {
|
||||
/* config options here */
|
||||
serverExternalPackages: [
|
||||
"@duckdb/node-api",
|
||||
"duckdb",
|
||||
"duckdb-async",
|
||||
// "@duckdb/node-bindings-darwin-arm64", // Include platform-specific bindings
|
||||
// "@duckdb/node-bindings-linux-x64" // Include platform-specific bindings
|
||||
],
|
||||
reactCompiler: true,
|
||||
reactStrictMode: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user