mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 10:26:41 -05:00
Update pm2.config.js
This commit is contained in:
@@ -14,7 +14,7 @@ module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'serve',
|
||||
script: 'npm run serve -- public',
|
||||
script: 'npx serve -- public',
|
||||
instances: 1,
|
||||
watch: false,
|
||||
autorestart: true
|
||||
|
||||
Reference in New Issue
Block a user