supercosmic/pm2.config.js

8 lines
118 B
JavaScript
Raw Normal View History

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