mirror of https://gitlab.com/litecord/litecord.git
parent
88d118799f
commit
a6e29e3088
|
|
@ -0,0 +1,9 @@
|
|||
module.exports = {
|
||||
apps : [
|
||||
{
|
||||
name: "litecord",
|
||||
script: "pipenv run hypercorn run:app",
|
||||
watch: true,
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in New Issue