From 7ee79adceaf3813497312243d520a6e0ee4a4fe2 Mon Sep 17 00:00:00 2001 From: Andrei Date: Wed, 1 Oct 2025 19:01:55 +0000 Subject: [PATCH] Initial commit: Maternal app with AI chat fix and onboarding improvements MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- maternal-web/next-env.d.ts | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 maternal-web/next-env.d.ts diff --git a/maternal-web/next-env.d.ts b/maternal-web/next-env.d.ts new file mode 100644 index 0000000..4f11a03 --- /dev/null +++ b/maternal-web/next-env.d.ts @@ -0,0 +1,5 @@ +/// +/// + +// NOTE: This file should not be edited +// see https://nextjs.org/docs/basic-features/typescript for more information.