/** @type {import('next').NextConfig} */ const nextConfig = { transpilePackages: ['@workspace/ui', '@workspace/db', '@workspace/auth'], }; export default nextConfig;