rowboat/apps/chat_widget/next.config.mjs
2025-03-09 15:13:19 +05:30

6 lines
119 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
};
export default nextConfig;