supercosmic/pm2.config.js

6 lines
94 B
JavaScript
Raw Normal View History

2023-12-06 21:25:29 +01:00
export default {
2023-12-06 21:24:32 +01:00
name: "supercosmic",
script: "index.ts",
interpreter: "~/.bun/bin/bun"
};