mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-24 01:36:42 +02:00
♻️ refactor: migrate todo, contacts, storage to shared-api-client
- Update todo, contacts, storage web apps to use @manacore/shared-api-client - Maintain backward compatibility with existing legacy wrappers - Todo: apiClient wrapper for setAccessToken/getAccessToken pattern - Contacts: fetchWithAuth/fetchWithAuthFormData wrappers - Storage: toLegacyResponse wrapper for ApiResponse format Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
fa78769e82
commit
5322709fca
7 changed files with 191 additions and 185 deletions
|
|
@ -27,6 +27,7 @@
|
|||
"vite": "^6.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@manacore/shared-api-client": "workspace:*",
|
||||
"@manacore/shared-auth": "workspace:*",
|
||||
"@manacore/shared-auth-ui": "workspace:*",
|
||||
"@manacore/shared-branding": "workspace:*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue