Files
menulio/apps/web/next.config.mjs
T
2026-08-20 01:51:59 +03:00

8 lines
142 B
JavaScript

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