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