From b47361e7dcf4bc12e1db3527c595356296a851c2 Mon Sep 17 00:00:00 2001 From: feie9456 Date: Sat, 28 Jun 2025 17:47:43 +0800 Subject: [PATCH] edit name in pm2 config --- pm2.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm2.config.js b/pm2.config.js index c44c35f..6f810e1 100644 --- a/pm2.config.js +++ b/pm2.config.js @@ -1,7 +1,7 @@ module.exports = { apps: [ { - name: "winupdate-neo", + name: "WinupdateNeo", script: "bun", args: "start", cwd: "./",