From e9e3484113cd7b0a5e9ae92bc0d231e2e6c84654 Mon Sep 17 00:00:00 2001 From: Albert Byiringiro <88356155+albert-byiringiro@users.noreply.github.com> Date: Thu, 19 Dec 2024 22:31:14 +0200 Subject: [PATCH] removed the publishDirectory type field --- render.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/render.yaml b/render.yaml index 071ea6f..cb9cca8 100644 --- a/render.yaml +++ b/render.yaml @@ -44,7 +44,6 @@ services: buildCommand: > npm ci && cd shared && npm run build && cd ../client && npm run build - publishDirectory: dist envVars: - key: VITE_API_URL value: https://votefusion-api.onrender.com