Files
ck_qr_nextjs_node_redis_pos…/client/next.config.ts
T
2026-07-27 13:42:31 +05:30

11 lines
180 B
TypeScript

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