import type { NextConfig } from "next"; const nextConfig: NextConfig = { turbopack: { root: process.cwd(), }, reactStrictMode: true, }; export default nextConfig;