diff options
Diffstat (limited to 'ecosystem.config.js')
-rw-r--r-- | ecosystem.config.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ecosystem.config.js b/ecosystem.config.js new file mode 100644 index 0000000..bff3451 --- /dev/null +++ b/ecosystem.config.js @@ -0,0 +1,6 @@ +module.exports = { + apps: [{ + name: "uptime-kuma", + script: "./server/server.js", + }] +}; |