[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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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