This commit is contained in:
theofficialomega
2026-02-19 18:21:07 +01:00
parent 63f0340941
commit 8ecd9078f0

View File

@@ -19,7 +19,7 @@ const apps = [
watch: false,
autorestart: true
}
];
]
if (process.env.RUN_AT_STARTUP === 'true') {
apps.push({
@@ -29,7 +29,7 @@ if (process.env.RUN_AT_STARTUP === 'true') {
autorestart: false,
watch: false,
max_restarts: 1
});
})
}
module.exports = { apps };
module.exports = { apps }