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