We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c13d5e commit 14262a3Copy full SHA for 14262a3
render.yaml
@@ -19,11 +19,11 @@ services:
19
name: fat-eibl-frontend
20
env: node
21
plan: free
22
+ rootDir: frontend
23
buildCommand: |
- cd frontend
24
npm install --legacy-peer-deps
25
npm run build
26
- startCommand: npx serve -s frontend/dist
+ startCommand: npx serve -s dist
27
envVars:
28
- key: VITE_API_URL
29
- value: https://fat-eibl-backend.onrender.com
+ value: https://fat-eibl-backend.onrender.com
0 commit comments