From febf98ea54447b6158e61587dfb6775c4c210bef Mon Sep 17 00:00:00 2001 From: Akshat Jain Date: Tue, 31 Mar 2026 18:53:51 +0530 Subject: [PATCH] [INFRA-351] fix: correct directory and command for space program in supervisor.conf #8838 --- deployments/aio/community/supervisor.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/aio/community/supervisor.conf b/deployments/aio/community/supervisor.conf index 33b12985e..4474ee3b5 100644 --- a/deployments/aio/community/supervisor.conf +++ b/deployments/aio/community/supervisor.conf @@ -18,8 +18,8 @@ priority=10 [program:space] -directory=/app/space/apps/space/build/server -command=sh -c "npx react-router-serve index.js" +directory=/app/space/apps/space +command=sh -c "npx react-router-serve ./build/server/index.js" autostart=true autorestart=true stdout_logfile=/app/logs/access/space.log