Skip to content

Commit dcb6f9e

Browse files
committed
fix: update live program command in supervisor configuration to remove .mjs extension
1 parent bb41ee6 commit dcb6f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/aio/community/supervisor.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ priority=20
7373

7474

7575
[program:live]
76-
command=sh -c "node /app/live/apps/live/dist/start.mjs"
76+
command=sh -c "node /app/live/apps/live"
7777
autostart=true
7878
autorestart=true
7979
stdout_logfile=/app/logs/access/live.log

0 commit comments

Comments
 (0)