From 21c5825508471654f35f28c7a5c35c2c1929ea6b Mon Sep 17 00:00:00 2001 From: yyh Date: Fri, 29 May 2026 17:05:38 +0800 Subject: [PATCH] fix(web): declare server-only dependency --- pnpm-workspace.yaml | 1 + web/package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml index 4155780308..beaa275dfb 100644 --- a/pnpm-workspace.yaml +++ b/pnpm-workspace.yaml @@ -213,6 +213,7 @@ catalog: remark-breaks: 4.0.0 remark-directive: 4.0.0 scheduler: 0.27.0 + server-only: 0.0.1 sharp: 0.34.5 shiki: 4.1.0 socket.io-client: 4.8.3 diff --git a/web/package.json b/web/package.json index b8fbbd2fdb..8351a032ce 100644 --- a/web/package.json +++ b/web/package.json @@ -135,6 +135,7 @@ "remark-breaks": "catalog:", "remark-directive": "catalog:", "scheduler": "catalog:", + "server-only": "catalog:", "sharp": "catalog:", "shiki": "catalog:", "socket.io-client": "catalog:",