copilot-swe-agent[bot]
feat: add complete Next.js + Tailwind CSS frontend for ReliefLensAI
088402d unverified | import type { NextConfig } from "next"; | |
| const nextConfig: NextConfig = { | |
| /* config options here */ | |
| }; | |
| export default nextConfig; | |
| import type { NextConfig } from "next"; | |
| const nextConfig: NextConfig = { | |
| /* config options here */ | |
| }; | |
| export default nextConfig; | |