Programmer-RD-AI
feat: add complete Next.js frontend for HF Spaces
2f9cccb
raw
history blame
149 Bytes
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
devIndicators: false,
output: 'standalone'
}
export default nextConfig