fix(services): remove unnecessary comments and improve URL configuration in GBCoreService and GBMinService

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-28 08:03:30 -03:00
parent 7e57d20ebf
commit 92116a2ada

View file

@ -44,7 +44,7 @@ jobs:
- name: Kill previous Node.js process (if running)
run: |
pkill -f "node dist/src/app.js" || true
pkill -f "node ./boot.mjs" || true
- name: Start Node.js in background (and persist after workflow)
run: |