Attempt to fix pm2 config (4)

This commit is contained in:
Hri7566 2023-12-06 15:27:31 -05:00
parent 92596b65cd
commit 128568f462
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
const config = {
module.exports = {
name: "supercosmic",
script: "index.ts",
interpreter: "~/.bun/bin/bun"
};
export default config;