diff --git a/supervisord.conf b/supervisord.conf index f6cb1191a..3f8a10355 100644 --- a/supervisord.conf +++ b/supervisord.conf @@ -14,7 +14,7 @@ stderr_logfile=/dev/stderr stderr_logfile_maxbytes=0 [program:node] -command=npm run start:server +command=bun run start:server directory=/usr/src/app autostart=true autorestart=true