Files
mehraein-front/next.config.ts
T
2026-07-13 12:15:56 +03:30

8 lines
133 B
TypeScript

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