From a00d167bc81e3cb76716e29ef745839d2dcc913e Mon Sep 17 00:00:00 2001 From: "DESKTOP-LHU4TUL\\jiezhou" Date: Tue, 16 Nov 2021 22:48:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=AD=A3=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E4=B8=8BNODE=5FDEV=E4=B8=BAproduction?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/watch.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/watch.mjs b/scripts/watch.mjs index 20f1dc0..9318965 100644 --- a/scripts/watch.mjs +++ b/scripts/watch.mjs @@ -1,4 +1,4 @@ -process.env.NODE_ENV = 'production' +process.env.NODE_ENV = 'development' import { readFileSync } from 'fs' import { join } from 'path'