module.exports = { apps: [ { name: "stream.graff.estate-server", interpreter: "bun", script: "./dist/index.js", }, ], };