Programmer-RD-AI
Update Agent UI Verion
bbe4eea
raw
history blame
125 Bytes
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
devIndicators: false
}
export default nextConfig