Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"name": "site",
"version": "0.1.0",
"private": true,
"engines": {
"node": "18.x.x"
},
"dependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.7",
Expand All @@ -12,7 +15,7 @@
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"build": "NODE_OPTIONS=--openssl-legacy-provider react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
Expand Down
6 changes: 3 additions & 3 deletions frontend/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -5743,13 +5743,13 @@ textarea.w-select {
-ms-flex-align: center;
align-items: center;
border-radius: 6px;
background-color: #4f65f1;
background-image: linear-gradient(59deg, #6d82ff, #4f65f1);
background-color: #C3B1E1;
background-image: linear-gradient(59deg, #DCCBF5, #C3B1E1);
-webkit-transition: all 100ms ease;
transition: all 100ms ease;
color: #fff;
font-size: 15px;
line-height: 14px;
font-weight: 300;
letter-spacing: 0.1px;
}
}
4 changes: 2 additions & 2 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ previews:
expireAfterDays: 3
services:
- type: web
plan: standard
previews:
plan: starter
name: express-backend
Expand All @@ -21,6 +20,8 @@ services:
- type: web
name: render-todo
env: static
# This line fixes the build error by using Node 18
nodeVersion: "18"
buildCommand: cd frontend && yarn install && yarn build
staticPublishPath: ./frontend/build
envVars:
Expand All @@ -33,5 +34,4 @@ databases:
- name: postgres_db
databaseName: test_db
user: test_user
plan: standard
previewPlan: starter