agent-ui/next.config.ts
Tiago Ribeiro 8a58e13db8
Some checks are pending
Validate Build / validate (push) Waiting to run
chore: add docker deployment for coolify
2026-03-04 18:50:49 -03:00

7 lines
125 B
TypeScript

import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
devIndicators: false
}
export default nextConfig