Files
cloudrite/next.config.mjs
T
2026-03-20 23:36:24 +13:00

7 lines
115 B
JavaScript

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