sql-agent / next.config.ts
fullstuckdev's picture
Update next.config.ts
b14873b verified
raw
history blame contribute delete
145 Bytes
import type { NextConfig } from "next";
/** @type {import('next').NextConfig} */
const nextConfig: NextConfig = {
};
export default nextConfig;