From ea71a55683a9e6673a1a151e39c103bae33a1636 Mon Sep 17 00:00:00 2001 From: Albert Byiringiro <88356155+albert-byiringiro@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:54:04 +0200 Subject: [PATCH] updated npm packages --- render.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index 6901f3e..29275ca 100644 --- a/render.yaml +++ b/render.yaml @@ -43,12 +43,13 @@ services: plan: free region: frankfurt branch: main + rootDir: client buildCommand: > cd ../shared && npm install && npm run build && cd ../client && npm install --save-dev @types/react-transition-group @types/react @types/react-dom && npm install vite @vitejs/plugin-react && SKIP_PREFLIGHT_CHECK=true npm run build - startCommand: npm run serve + startCommand: cd ../ && npm install && npm run start envVars: - key: VITE_API_URL value: https://votefusion-api.onrender.com