Files
jolb/ecosystem.config.js
2026-06-26 20:42:38 -04:00

10 lines
156 B
JavaScript

export const apps = [
{
name: "poem-bot",
script: "dist/index.cjs",
interpreter: "node",
instances: 1,
watch: false,
},
];