Files
iam-front/next.config.js
2026-02-10 12:23:47 +08:00

8 lines
120 B
JavaScript

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