From 128568f4623a46c1bf81d125c6d9c16547c13aef Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Wed, 6 Dec 2023 15:27:31 -0500 Subject: [PATCH] Attempt to fix pm2 config (4) --- pm2.config.cjs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pm2.config.cjs b/pm2.config.cjs index a69edb2..322d232 100644 --- a/pm2.config.cjs +++ b/pm2.config.cjs @@ -1,7 +1,5 @@ -const config = { +module.exports = { name: "supercosmic", script: "index.ts", interpreter: "~/.bun/bin/bun" }; - -export default config;