werkzeugkiste/next.config.ts
2025-01-30 12:56:04 +00:00

7 lines
131 B
TypeScript

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