one/frontend/next.config.ts
Ameya Shenoy 70be88573a feat: init nextjs
Signed-off-by: Ameya Shenoy <shenoy.ameya@gmail.com>
2025-06-01 00:00:09 +05:30

7 lines
133 B
TypeScript

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