mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 17:41:09 +02:00
feat(chat): add toast notification system and docker AI config
- Add global Toast component with success/error/warning/info types - Create toastStore using Svelte 5 runes for centralized notifications - Add GOOGLE_GENAI_API_KEY to mana-core-auth docker-compose config 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
4f06301fe3
commit
0893ed7daa
5 changed files with 175 additions and 2 deletions
|
|
@ -68,6 +68,7 @@ services:
|
|||
CORS_ORIGINS: ${CORS_ORIGINS:-http://localhost:3000,http://localhost:5173,http://localhost:8081}
|
||||
CREDITS_SIGNUP_BONUS: ${CREDITS_SIGNUP_BONUS:-150}
|
||||
CREDITS_DAILY_FREE: ${CREDITS_DAILY_FREE:-5}
|
||||
GOOGLE_GENAI_API_KEY: ${GOOGLE_GENAI_API_KEY}
|
||||
depends_on:
|
||||
postgres:
|
||||
condition: service_healthy
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue