From 4d0fc345c066e93bf6ba92a833fe13bd6808d251 Mon Sep 17 00:00:00 2001 From: BeGj Date: Fri, 7 Mar 2025 15:53:23 +0000 Subject: [PATCH] nginx use bun --- supervisord.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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