@@ -2,6 +2,7 @@ import { configHeader } from '@/utils/constants/server';
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
+ output: "standalone",
devIndicators: false,
reactStrictMode: true,
typescript: {