scira-chat / next.config.ts
mukaddamzaid's picture
init commit
5012205
raw
history blame
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;