mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 11:21:09 +02:00
Migrate figgos from single Expo app to multi-app monorepo structure: - Move mobile app to apps/mobile/ - Add apps/web/ (SvelteKit) and apps/backend/ (NestJS) scaffolds - Add packages/shared/ for shared types and constants - Update root package.json with new dev commands - Temporarily skip type-check (run pnpm install first) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
437 B
JSON
18 lines
437 B
JSON
{
|
|
"usage": {
|
|
"total": 12450,
|
|
"lastWeek": 350,
|
|
"lastMonth": 1200,
|
|
"currentMana": 785,
|
|
"maxMana": 1000,
|
|
"history": [
|
|
{ "date": "2025-04-25", "amount": 50 },
|
|
{ "date": "2025-04-26", "amount": 70 },
|
|
{ "date": "2025-04-27", "amount": 30 },
|
|
{ "date": "2025-04-28", "amount": 45 },
|
|
{ "date": "2025-04-29", "amount": 80 },
|
|
{ "date": "2025-04-30", "amount": 55 },
|
|
{ "date": "2025-05-01", "amount": 20 }
|
|
]
|
|
}
|
|
}
|