fix(services): remove unnecessary comments and improve URL configuration in GBCoreService and GBMinService
Some checks failed
GBCI / build (push) Failing after 0s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-28 08:40:46 -03:00
parent 42b718a4b3
commit a533e1fbd9

View file

@ -46,4 +46,5 @@ jobs:
run: | run: |
echo "[General Bots Deployer] Restarting..." echo "[General Bots Deployer] Restarting..."
pkill -f "node ./boot.mjs" || true pkill -f "node ./boot.mjs" || true
nohup npm run start > /dev/null 2>&1 & npm run start
# nohup npm run start > /dev/null 2>&1 &