Skip to content

Commit 07ff457

Browse files
[PRIME-24] fix: update live server aio build path (#7911)
* fix: udpate live server aio build path * chore: build path
1 parent d3024f8 commit 07ff457

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

deployments/aio/community/supervisor.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ priority=20
9696

9797

9898
[program:live]
99-
directory=/app/live/apps/live
100-
command=sh -c "node ./dist/server.js"
99+
command=sh -c "node /app/live/apps/live/dist/start.js"
101100
autostart=true
102101
autorestart=true
103102
stdout_logfile=/app/logs/access/live.log

0 commit comments

Comments
 (0)