rowboat/apps/experimental/chat_widget/next.config.mjs

7 lines
119 B
JavaScript
Raw Normal View History

2025-03-09 15:13:19 +05:30
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'standalone',
};
export default nextConfig;