From a2cca9dd46096667c8693ead837fb8ac9b30c77b Mon Sep 17 00:00:00 2001 From: Xc Date: Tue, 7 Oct 2025 18:15:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BA=86initServer=E6=97=B6?= =?UTF-8?q?=E7=9A=84=E9=BB=98=E8=AE=A4=E8=A1=8C=E4=B8=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/scripts/initServer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/scripts/initServer.js b/template/scripts/initServer.js index ec3fef9..9a1a671 100644 --- a/template/scripts/initServer.js +++ b/template/scripts/initServer.js @@ -8,5 +8,5 @@ assert(['drop' , 'omit' , 'dropIfNotStatic'].includes(ifExists), "第二个参 initialize( pwd, - ifExists + ifExists || 'dropIfNotStatic' ).then(() => process.exit(0));