module.exports = { apps: [ { name: "litecord", script: "poetry run hypercorn run:app --bind 0.0.0.0:5000", watch: true, }, ], };