Files
examjam-frontend/next.config.ts
Shafin Rahman b0737ea703 Initial commit
2025-07-02 19:41:20 +00:00

8 lines
133 B
TypeScript

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