From cbac76ea3d84239a590afdf70fbc2e537f134893 Mon Sep 17 00:00:00 2001 From: sunlei Date: Sat, 16 May 2026 03:18:20 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=88=A0=E9=99=A4=20PM2=20=E9=81=97?= =?UTF-8?q?=E7=95=99=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecosystem.config.js | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 ecosystem.config.js diff --git a/ecosystem.config.js b/ecosystem.config.js deleted file mode 100644 index 940dd52..0000000 --- a/ecosystem.config.js +++ /dev/null @@ -1,14 +0,0 @@ -module.exports = { - apps: [ - { - name: 'shy-template-server', - script: './dist/main.js', - env_prod: { - NODE_ENV: 'prod', - }, - env_dev: { - NODE_ENV: 'dev', - }, - }, - ], -};