This commit is contained in:
2026-03-24 09:21:38 +09:00
parent e4d2966377
commit 39c7eda9cc
31 changed files with 1655 additions and 135 deletions

View File

@@ -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,
};