medication-ai / next.config.ts
fullstuckdev
first init
3dd0c02
raw
history blame
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;