From 1e162244a055abe0e7f29680d508ea523e49f6f2 Mon Sep 17 00:00:00 2001 From: bootx Date: Sun, 13 Oct 2024 10:18:12 +0800 Subject: [PATCH] =?UTF-8?q?build=20=E7=AB=AF=E5=8F=A3=E5=8F=B7=E6=9B=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0c85f788..1a6f7968 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "build": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode build", "build:analyze": "cross-env NODE_OPTIONS=--max-old-space-size=8192 pnpm vite build --mode analyze", "build:no-cache": "pnpm store prune && npm run build", - "dev": "pnpm vite --mode admin --port=13000", + "dev": "pnpm vite --mode admin --port=13333", "preinstall": "npx only-allow pnpm", "postinstall": "turbo run stub", "lint": "turbo run lint",