🔧 chore: extend CORS origins and update todo theme

- Add ports 5187-5190 to CORS origins for future apps
- Change todo app default theme from amethyst to ocean

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Till-JS 2025-12-03 16:27:18 +01:00
parent cda300440d
commit 39b8a5682f
2 changed files with 2 additions and 2 deletions

View file

@ -3,5 +3,5 @@ import { createThemeStore } from '@manacore/shared-theme';
// Create theme store with Todo's primary color (purple/violet)
export const theme = createThemeStore({
appId: 'todo',
defaultVariant: 'amethyst',
defaultVariant: 'ocean',
});