Files
tunnel-please-frontend/next.config.ts
bagas 9a8f521366
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 2m22s
update build
2026-01-03 20:42:46 +07:00

9 lines
157 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: "standalone",
};
export default nextConfig;