snort-docker/web-ui/next.config.mjs
2024-08-21 13:53:46 +03:00

8 lines
142 B
JavaScript

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