- Fixed AI chat response display (response.data.data.message) - Fixed onboarding to save children to database with validation - Fixed AI conversation ID length (VARCHAR 30, nanoid 12) - Added gender selection to onboarding - All database migrations V001-V010 completed - Backend: NestJS with Azure OpenAI integration - Frontend: Next.js with Material-UI - Docker: PostgreSQL, Redis, MongoDB, MinIO 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
201 B
TypeScript
6 lines
201 B
TypeScript
/// <reference types="next" />
|
|
/// <reference types="next/image-types/global" />
|
|
|
|
// NOTE: This file should not be edited
|
|
// see https://nextjs.org/docs/basic-features/typescript for more information.
|