feat(web): add @multica/sdk dependency and URL config module

Adds gateway and console URL configuration in app/lib/config.ts,
centralizing endpoint URLs with env var overrides.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Naiyuan Qing 2026-01-30 22:40:43 +08:00
parent 30a1fd02b8
commit 3ef7d5351c
3 changed files with 13 additions and 3 deletions

View file

@ -9,9 +9,11 @@
"lint": "eslint"
},
"dependencies": {
"@multica/sdk": "workspace:*",
"@multica/store": "workspace:*",
"@multica/ui": "workspace:*",
"uuid": "^13.0.0",
"zustand": "catalog:",
"@hugeicons/core-free-icons": "^3.1.1",
"@hugeicons/react": "^1.1.4",
"next": "16.1.6",