Files
B.Tech-Project-III/dmtp/client/next.config.ts
2026-04-05 00:43:23 +05:30

8 lines
133 B
TypeScript

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