Skip to content

Commit 0bb6497

Browse files
committed
actualizaciones y mantenimiento
1 parent 14469b0 commit 0bb6497

File tree

12 files changed

+217
-1163
lines changed

12 files changed

+217
-1163
lines changed

.gitpod.yml

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ ports:
1212
onOpen: ignore
1313
tasks:
1414
- init: >
15+
nvm install 14 &&
1516
(cp -n .env.example .env || true) &&
1617
echo "" >> .env && echo "BACKEND_URL=https://3001-${GITPOD_WORKSPACE_URL:8}" >> .env &&
1718
pipenv install &&
@@ -22,6 +23,7 @@ tasks:
2223
pipenv run upgrade &&
2324
python docs/assets/greeting.py back
2425
- command: >
26+
nvm install 14 &&
2527
npm install &&
2628
python docs/assets/greeting.py front
2729
openMode: split-right

0 commit comments

Comments
 (0)