/** @type {import('next').NextConfig} */ const nextConfig = { // Empty turbopack config to silence warnings turbopack: {}, // Transpile specific packages if needed transpilePackages: ['react-pdf'], // Enable standalone output for Docker deployment output: 'standalone', } export default nextConfig