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