Files
datingsim-visual-editor/next.config.ts
Stanislaw Dzioba 86edc3bf88 add choice mechanic
2026-03-23 19:44:41 +01:00

8 lines
129 B
TypeScript

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