dash-registratori/next.config.ts

8 lines
129 B
TypeScript
Raw Permalink Normal View History

2025-10-14 12:27:39 +00:00
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: "standalone",
2025-10-14 12:27:39 +00:00
};
export default nextConfig;