From fd8b65157facb92f5b3bc59eb90218723f15e5d1 Mon Sep 17 00:00:00 2001 From: akshat5302 Date: Tue, 31 Mar 2026 18:36:14 +0530 Subject: [PATCH] fix: correct directory and command for space program in supervisor.conf --- 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 33b12985e4b..4474ee3b5cb 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