Attempt to fix pm2 config (2)

This commit is contained in:
Hri7566 2023-12-06 15:26:02 -05:00
parent 139c7d1eae
commit 7eb82d553d
1 changed files with 3 additions and 1 deletions

View File

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