CoolFace
Apppublic

fullstuckdev/sql-agent

sourceHugging Facemitupdated 2y agoView on Hugging Face
1likes
next.config.ts7 linesDownload Raw Back to root
1import type { NextConfig } from "next";2/** @type {import('next').NextConfig} */3const nextConfig: NextConfig = {4 5};6 7export default nextConfig;