Files
QMS/fe/web/customer-app/next.config.ts
T
2026-07-21 10:24:14 +08:00

8 lines
133 B
TypeScript

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