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