hypervisor/next.config.mjs
2026-06-30 18:09:38 -05:00

8 lines
165 B
JavaScript

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