mirror of
https://github.com/louislam/uptime-kuma.git
synced 2026-05-12 11:30:35 +00:00
0f61d7ee1b
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
9 lines
137 B
JavaScript
9 lines
137 B
JavaScript
module.exports = {
|
|
apps: [
|
|
{
|
|
name: "uptime-kuma",
|
|
script: "./server/server.js",
|
|
},
|
|
],
|
|
};
|