Skip to content

Commit

Permalink
refactor: added a startCommand field on render.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-byiringiro committed Dec 19, 2024
1 parent e9e3484 commit 49e0009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions render.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ services:
buildCommand: >
npm ci && cd shared && npm run build && cd ../client &&
npm run build
startCommand: cd client && npm run serve
envVars:
- key: VITE_API_URL
value: https://votefusion-api.onrender.com
Expand Down

0 comments on commit 49e0009

Please sign in to comment.