File size: 312 Bytes
8af739b
 
 
 
 
 
 
a6b546e
 
 
8af739b
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
/** @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