Files
brain-dump/next.config.ts
T
2026-01-02 17:52:07 +01:00

8 lines
131 B
TypeScript

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