refactor(web): change old port (7003) and deploy port (80) to port 8082

This commit is contained in:
Acbox
2026-02-14 19:51:55 +08:00
parent 7817ec8147
commit 82e9f12b7f
18 changed files with 219 additions and 62 deletions
+15
View File
@@ -72,6 +72,9 @@ importers:
'@elysiajs/cors':
specifier: ^1.4.1
version: 1.4.1(elysia@1.4.22(@sinclair/typebox@0.34.47)(@types/bun@1.3.8)(exact-mirror@0.2.6(@sinclair/typebox@0.34.47))(file-type@21.3.0)(openapi-types@12.1.3)(typescript@5.9.3))
'@memoh/config':
specifier: workspace:*
version: link:../packages/config
'@modelcontextprotocol/sdk':
specifier: ^1.25.2
version: 1.25.2(@cfworker/json-schema@4.1.1)(hono@4.11.4)(zod@4.3.5)
@@ -156,6 +159,15 @@ importers:
specifier: latest
version: 1.3.8
packages/config:
dependencies:
toml:
specifier: ^3.0.0
version: 3.0.0
typescript:
specifier: ^5
version: 5.9.3
packages/sdk:
dependencies:
'@pinia/colada':
@@ -343,6 +355,9 @@ importers:
specifier: ^4.3.5
version: 4.3.5
devDependencies:
'@memoh/config':
specifier: workspace:*
version: link:../config
'@types/node':
specifier: ^24.10.1
version: 24.10.4