From 07ff457663a3b82ac1d9b80bb3d03b7734719b16 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Tue, 7 Oct 2025 17:21:07 +0530 Subject: [PATCH] [PRIME-24] fix: update live server aio build path (#7911) * fix: udpate live server aio build path * chore: build path --- deployments/aio/community/supervisor.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deployments/aio/community/supervisor.conf b/deployments/aio/community/supervisor.conf index aed1f1c16..5e1e4683e 100644 --- a/deployments/aio/community/supervisor.conf +++ b/deployments/aio/community/supervisor.conf @@ -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