···11// Note: avoid strict typing here so we can use keys supported by the current Next version
22const nextConfig = {
33+ // Turbopack configuration (Next.js 16+)
44+ // Empty config to acknowledge Turbopack usage and silence migration warning
55+ turbopack: {},
66+37 // Ensure native DuckDB modules are treated as externals in the server runtime
48 // Note: experimental.serverComponentsExternalPackages was moved in Next.js
59 // Use serverExternalPackages instead (see below).