chat-we-are-so-back/next.config.mjs
2025-05-20 09:27:52 -06:00

7 lines
117 B
JavaScript

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