From af2416b97ab2f479052a5e5820a433a0e2e0bbd9 Mon Sep 17 00:00:00 2001 From: Jon Eugster Date: Mon, 19 Dec 2022 14:43:31 +0100 Subject: [PATCH] update ecosystem.config.js --- ecosystem.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecosystem.config.js b/ecosystem.config.js index f1217b2..20e44ee 100644 --- a/ecosystem.config.js +++ b/ecosystem.config.js @@ -2,7 +2,7 @@ module.exports = { apps : [{ name : "lean4game", - script : "server/index.js", + script : "server/index.mjs", env: { NODE_ENV: "production", PORT: 8002