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