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