Files
FPT/next.config.ts
T
admGitAICDS 4f990c9686
Deploy App / deploy (push) Successful in 3m3s
Initial commit: FPT Financial Planning Tool
2026-07-08 19:19:39 +02:00

8 lines
129 B
TypeScript

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