From 7eb82d553d792cb64e6f156f9345c35b42f5eada Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Wed, 6 Dec 2023 15:26:02 -0500 Subject: [PATCH] Attempt to fix pm2 config (2) --- pm2.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pm2.config.js b/pm2.config.js index 47bda5c..a69edb2 100644 --- a/pm2.config.js +++ b/pm2.config.js @@ -1,5 +1,7 @@ -export default { +const config = { name: "supercosmic", script: "index.ts", interpreter: "~/.bun/bin/bun" }; + +export default config;