Files
ISMAIL MASSERAN 621cf212f5
Build Docker Image / build-backend (push) Successful in 5s
Build Docker Image / build-admin (push) Successful in 6s
Build Docker Image / build-teller (push) Successful in 9s
Build Docker Image / build-customer (push) Successful in 2m14s
DONE: cicd pipeline for customer fe
2026-07-23 12:41:20 +08:00

9 lines
153 B
TypeScript

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