Files
factorio-signal-exporter/web/next.config.ts
Caesar2011 20ed6ee9fb Initial web
2026-05-17 19:55:53 +02:00

7 lines
128 B
TypeScript

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