diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 100644 index 0000000..fad5ec5 --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1,9 @@ +module.exports = { + apps : [ + { + name: "litecord", + script: "pipenv run hypercorn run:app", + watch: true, + } + ] +}