mirror of
https://github.com/iptv-org/epg
synced 2026-03-21 19:30:52 -04:00
lint
This commit is contained in:
@@ -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 }
|
||||
Reference in New Issue
Block a user