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