From 858cfd8d5acd68b1044656600cd214e94f3875ce Mon Sep 17 00:00:00 2001 From: TwperBody Date: Sat, 12 Jul 2025 22:31:30 +0800 Subject: [PATCH] Update package.json (#1570) Compatible with the creation of environment variables in the Windows environment --- web/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/web/package.json b/web/package.json index 458e4132..b1302a94 100644 --- a/web/package.json +++ b/web/package.json @@ -5,6 +5,7 @@ "scripts": { "dev": "next dev --turbopack", "dev:local": "NEXT_PUBLIC_API_BASE_URL=http://localhost:5300 next dev --turbopack", + "dev:local:win": "set NEXT_PUBLIC_API_BASE_URL=http://localhost:5300 && next dev --turbopack", "build": "next build", "start": "next start", "lint": "next lint",