Files
SanatiLeads/next.config.js
2026-02-04 12:51:41 +00:00

10 lines
191 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
experimental: {
serverComponentsExternalPackages: ['puppeteer']
}
}
module.exports = nextConfig