fleet-memory/control-plane/next.config.ts
2025-11-10 15:45:30 +01:00

7 lines
129 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone',
};
export default nextConfig;