chatgpt-api/apps/web/next.config.ts

8 wiersze
179 B
TypeScript
Czysty Zwykły widok Historia

2025-06-14 03:47:40 +00:00
import type { NextConfig } from 'next'
const nextConfig: NextConfig = {
// TODO: handle remote profile pictures or upload them properly on backend
}
export default nextConfig