fantastic_spoon_dc/ecosystem.config.cjs

7 lines
96 B
JavaScript

module.exports = {
apps : [{
name : "fantastic_spoon_dc",
script : "bun dev"
}]
}