From 49d1f706e78424be3cd5df311756ea6875e6f079 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Fri, 23 Jan 2026 16:18:20 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=9C=AC=E5=9C=B0?= =?UTF-8?q?=E5=B7=A5=E5=85=B7=E5=8C=85=E4=BE=9D=E8=B5=96=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加本地工具包依赖 @furtherverse/utils 以支持项目功能。 - 添加对 workspace 内 utils 包的依赖引用 --- apps/server/package.json | 1 + bun.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/server/package.json b/apps/server/package.json index de16a14..0567665 100644 --- a/apps/server/package.json +++ b/apps/server/package.json @@ -15,6 +15,7 @@ "typecheck": "tsc --noEmit" }, "dependencies": { + "@furtherverse/utils": "workspace:*", "@orpc/client": "catalog:", "@orpc/contract": "catalog:", "@orpc/openapi": "catalog:", diff --git a/bun.lock b/bun.lock index f5ed756..9ee412b 100644 --- a/bun.lock +++ b/bun.lock @@ -25,6 +25,7 @@ "name": "@furtherverse/server", "version": "1.0.0", "dependencies": { + "@furtherverse/utils": "workspace:*", "@orpc/client": "catalog:", "@orpc/contract": "catalog:", "@orpc/openapi": "catalog:",