Skip to content

Commit 14262a3

Browse files
author
Uttam Singh
committed
Fix Render frontend config
1 parent 4c13d5e commit 14262a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

render.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ services:
1919
name: fat-eibl-frontend
2020
env: node
2121
plan: free
22+
rootDir: frontend
2223
buildCommand: |
23-
cd frontend
2424
npm install --legacy-peer-deps
2525
npm run build
26-
startCommand: npx serve -s frontend/dist
26+
startCommand: npx serve -s dist
2727
envVars:
2828
- key: VITE_API_URL
29-
value: https://fat-eibl-backend.onrender.com
29+
value: https://fat-eibl-backend.onrender.com

0 commit comments

Comments
 (0)