fix(services): remove unnecessary comments and improve URL configuration in GBCoreService and GBMinService
All checks were successful
GBCI / build (push) Successful in 6m13s
All checks were successful
GBCI / build (push) Successful in 6m13s
This commit is contained in:
parent
1b6dcb061b
commit
759caba765
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||||
|
|
Loading…
Add table
Reference in a new issue