Files
portaldata/next.config.ts
Randa Firman Putra e028039ee2 First commit
2025-06-18 22:03:32 +07:00

8 lines
128 B
TypeScript

import type { NextConfig } from 'next';
const nextConfig: NextConfig = {
devIndicators: false
};
export default nextConfig;