MindCheck / mindcheck-web /next.config.ts
MindCheck Bot
Deploy Next.js and Flask backend
8d3e440
Raw
History Blame Contribute Delete
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;