Files
acc-server-manager-web/next.config.ts
Fran Jurmanović 9ce5802dc6 update output
2025-08-27 20:49:01 +02:00

8 lines
127 B
TypeScript

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