From a533e1fbd9387df50b80f6ce0df4f24cf3839331 Mon Sep 17 00:00:00 2001 From: "Rodrigo Rodriguez (Pragmatismo)" Date: Fri, 28 Mar 2025 08:40:46 -0300 Subject: [PATCH] fix(services): remove unnecessary comments and improve URL configuration in GBCoreService and GBMinService --- .forgejo/workflows/node.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.forgejo/workflows/node.yaml b/.forgejo/workflows/node.yaml index f31a8fc6..d129fde7 100644 --- a/.forgejo/workflows/node.yaml +++ b/.forgejo/workflows/node.yaml @@ -46,4 +46,5 @@ jobs: run: | echo "[General Bots Deployer] Restarting..." pkill -f "node ./boot.mjs" || true - nohup npm run start > /dev/null 2>&1 & \ No newline at end of file + npm run start + # nohup npm run start > /dev/null 2>&1 &