mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 11:19:39 +02:00
- Restructure chat as apps/mobile, apps/web, apps/landing, backend - Add NestJS backend for secure Azure OpenAI API calls - Remove exposed API key from mobile app (security fix) - Add shared chat-types package - Create SvelteKit web app scaffold - Create Astro landing page scaffold - Update pnpm workspace configuration - Add project-level CLAUDE.md documentation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
7 lines
285 B
Text
7 lines
285 B
Text
# Supabase Konfiguration
|
|
EXPO_PUBLIC_SUPABASE_URL=https://your-project.supabase.co
|
|
EXPO_PUBLIC_SUPABASE_ANON_KEY=your-supabase-anon-key
|
|
|
|
# Chat Backend API
|
|
# The backend handles AI API calls securely - no API keys needed in the mobile app
|
|
EXPO_PUBLIC_BACKEND_URL=http://localhost:3001
|