mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-22 02:26:41 +02:00
feat(skilltree): connect web app to backend API
- Add API client for backend communication - Add skills and activities API modules - Add auth store with Mana Core Auth integration - Update skills store to use API when authenticated - Keep IndexedDB as offline fallback - Add hooks.server.ts for runtime env injection https://claude.ai/code/session_015XCsTDS9aLZ64Zin4HU6ex
This commit is contained in:
parent
7a0b26eb3d
commit
076e5518cc
8 changed files with 636 additions and 59 deletions
|
|
@ -25,6 +25,7 @@
|
|||
"vite": "^6.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@manacore/shared-auth": "workspace:*",
|
||||
"@manacore/shared-tailwind": "workspace:*",
|
||||
"@manacore/shared-theme": "workspace:*",
|
||||
"@manacore/shared-utils": "workspace:*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue