licenses-management/next.config.ts
2025-09-28 22:42:48 +01:00

8 lines
126 B
TypeScript

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