Files
factorio-signal-exporter/web/next.config.ts
2026-06-04 11:44:20 +02:00

8 lines
129 B
TypeScript

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