From 139c7d1eae2b8df63abab876209ed77c984ae594 Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Wed, 6 Dec 2023 15:25:29 -0500 Subject: [PATCH] Attempt to fix pm2 config --- pm2.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pm2.config.js b/pm2.config.js index 322d232..47bda5c 100644 --- a/pm2.config.js +++ b/pm2.config.js @@ -1,4 +1,4 @@ -module.exports = { +export default { name: "supercosmic", script: "index.ts", interpreter: "~/.bun/bin/bun"