Files
phishboard/next.config.ts
T
m3tam3re 514ee9a2e3 first
2026-07-16 15:05:58 +02:00

9 lines
130 B
TypeScript

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