fix(services): remove unnecessary comments and improve URL configuration in GBCoreService and GBMinService
All checks were successful
GBCI / build (push) Successful in 6m13s

This commit is contained in:
Rodrigo Rodriguez (Pragmatismo) 2025-03-28 08:03:30 -03:00
parent 1b6dcb061b
commit 759caba765

View file

@ -44,7 +44,7 @@ jobs:
- name: Kill previous Node.js process (if running) - name: Kill previous Node.js process (if running)
run: | 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) - name: Start Node.js in background (and persist after workflow)
run: | run: |