Files
ipd-shomalhospital/next.config.ts
2025-11-18 18:45:28 +03:30

8 lines
131 B
TypeScript

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