sql-agent / next.config.ts
fullstuckdev's picture
Upload 23 files
645ad9d verified
raw
history blame
133 Bytes
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;