1/** @type {import('next').NextConfig} */ 2const nextConfig = { 3 /* config options here */ 4 turbopack: { 5 root: '/var/www/fixao3' 6 } 7}; 8 9export default nextConfig;