Files
SanatiLeads/next.config.js
2026-02-04 14:32:19 +00:00

8 lines
157 B
JavaScript

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