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