mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 19:21:10 +02:00
refactor: rename ManaDeck to Cards across entire monorepo
Rename the flashcard/deck management app from ManaDeck to Cards: - Directory: apps/manadeck → apps/cards, packages/manadeck-database → packages/cards-database - Packages: @manadeck/* → @cards/*, @manacore/manadeck-database → @manacore/cards-database - Domain: manadeck.mana.how → cards.mana.how - Storage: manadeck-storage → cards-storage - Database: manadeck → cards - All shared packages, infra configs, services, i18n, and docs updated - 244 files changed, zero remaining manadeck references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
29b77f22e4
commit
75a3ea2957
244 changed files with 907 additions and 924 deletions
|
|
@ -87,7 +87,7 @@ Only servers that need their own database use Drizzle. Most apps rely on mana-sy
|
|||
|
||||
**Servers with Drizzle:** chat, todo, moodlit, context, planta, presi, traces, uload, wisekeep, news
|
||||
|
||||
**Servers without Drizzle (mana-sync only):** calendar, contacts, manadeck, mukke, nutriphi, picture, questions, storage
|
||||
**Servers without Drizzle (mana-sync only):** calendar, contacts, cards, mukke, nutriphi, picture, questions, storage
|
||||
|
||||
## Running Servers
|
||||
|
||||
|
|
|
|||
|
|
@ -811,7 +811,7 @@ All web apps with backends now use the runtime injection pattern:
|
|||
|
||||
### Apps That May Need Fixing
|
||||
|
||||
- ❓ `manadeck/apps/web` - Check if using dynamic URLs
|
||||
- ❓ `cards/apps/web` - Check if using dynamic URLs
|
||||
- ❓ `manacore/apps/web` - Check if using dynamic URLs
|
||||
|
||||
### Quick Checklist for New SvelteKit Apps
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue