import type { NextConfig } from "next"; const nextConfig: NextConfig = { // Empty turbopack config to silence the warning turbopack: {}, }; export default nextConfig;