rushagentrush / frontend /next.config.ts
adityaverma977
inital build
43d708a
raw
history blame contribute delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;