[PRIME-24] fix: update live server aio build path (#7911)

* fix: udpate live server aio build path

* chore: build path
This commit is contained in:
sriram veeraghanta
2025-10-07 17:21:07 +05:30
committed by GitHub
parent d3024f8a7f
commit 07ff457663
+1 -2
View File
@@ -96,8 +96,7 @@ priority=20
[program:live]
directory=/app/live/apps/live
command=sh -c "node ./dist/server.js"
command=sh -c "node /app/live/apps/live/dist/start.js"
autostart=true
autorestart=true
stdout_logfile=/app/logs/access/live.log