Skip to content

Commit f07525e

Browse files
committed
trying to make it compatible with node 16
1 parent 0bb6497 commit f07525e

File tree

8 files changed

+14944
-8491
lines changed

8 files changed

+14944
-8491
lines changed

.gitpod.yml

-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ports:
1212
onOpen: ignore
1313
tasks:
1414
- init: >
15-
nvm install 14 &&
1615
(cp -n .env.example .env || true) &&
1716
echo "" >> .env && echo "BACKEND_URL=https://3001-${GITPOD_WORKSPACE_URL:8}" >> .env &&
1817
pipenv install &&
@@ -23,7 +22,6 @@ tasks:
2322
pipenv run upgrade &&
2423
python docs/assets/greeting.py back
2524
- command: >
26-
nvm install 14 &&
2725
npm install &&
2826
python docs/assets/greeting.py front
2927
openMode: split-right

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,8 @@ It is recomended to install the backend first, make sure you have Python 3.8, Pi
6262
## Publish your website!
6363

6464
This boilerplate it's 100% integrated with Herkou, just by pushing your changes to the heroku repository it will deploy: `$ git push heroku main`
65+
66+
67+
// "prettier-webpack-plugin": "^1.2.0",
68+
"dotenv-webpack": "^1.7.0",
69+
"friendly-errors-webpack-plugin": "^1.7.0",

0 commit comments

Comments
 (0)