/** @type {import('next').NextConfig} */ const nextConfig = { transpilePackages: ["@netbirdio/explain"], }; module.exports = nextConfig;