From fe2c2d878052793e441180a140065654f02741e9 Mon Sep 17 00:00:00 2001 From: hyunfa <1598047833@qq.com> Date: Wed, 15 May 2024 11:27:43 +0800 Subject: [PATCH] =?UTF-8?q?fix(front):=20=E4=BF=AE=E5=A4=8D=E6=89=93?= =?UTF-8?q?=E5=8C=85=E6=9E=84=E5=BB=BA=E8=BF=9B=E7=A8=8B=E4=B8=8D=E9=80=80?= =?UTF-8?q?=E5=87=BA=E7=9A=84=E9=97=AE=E9=A2=98=20(closed=20#317)=20#=20Re?= =?UTF-8?q?viewed,=20transaction=20id:=207939?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/build/build.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/build/build.js b/web/build/build.js index 53e5a25..997baaa 100644 --- a/web/build/build.js +++ b/web/build/build.js @@ -44,5 +44,6 @@ rm(config.build.assetsRoot, e => { ' Tip: built files are meant to be served over an HTTP server.\n' + ' Opening index.html over file:// won\'t work.\n' )) + process.exit(0) }) })