mirror of
https://github.com/iptv-org/epg.git
synced 2025-05-11 01:20:08 -04:00
Update pm2.config.js
This commit is contained in:
parent
9bbc6b8706
commit
0baf1be2c0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue