MachinaCheck / next.config.ts
sarmaddev's picture
added docker and nextjs app
3318ac7
raw
history blame contribute delete
129 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone',
};
export default nextConfig;