From b8de8630459049c637df7ee04eb67e2dcedff9bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8D=89=E9=9E=8B=E6=B2=A1=E5=8F=B7?= <308487730@qq.com> Date: Mon, 15 Nov 2021 18:29:47 +0800 Subject: [PATCH] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bcfceb8..227ffa2 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "vite": "^2.6.13" }, "env": { - "//": "Will be auto inject to main,renderer,preload process.env", + "//": "Used in build scripts", "HOST": "127.0.0.1", "PORT": 3344 }