From d696b9f35e125ef3f3cbbd630ed24bb6d3122c45 Mon Sep 17 00:00:00 2001 From: -LAN- Date: Wed, 26 Nov 2025 16:24:01 +0800 Subject: [PATCH] Use pnpm dev in dev/start-web (#28684) --- dev/start-web | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/start-web b/dev/start-web index dc06d6a59f..31c5e168f9 100755 --- a/dev/start-web +++ b/dev/start-web @@ -5,4 +5,4 @@ set -x SCRIPT_DIR="$(dirname "$(realpath "$0")")" cd "$SCRIPT_DIR/../web" -pnpm install && pnpm build && pnpm start +pnpm install && pnpm dev