From 95b3b93a8ae1249a60c406eaf8d6b9f5c64273ea Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 15 Sep 2025 23:09:49 +0000 Subject: [PATCH] Restore original package.json dev script with VITE_API_URL Co-authored-by: elisiariocouto <818914+elisiariocouto@users.noreply.github.com> --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f354408..082d736 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { - "dev": "vite", + "dev": "VITE_API_URL=http://localhost:8000/api/v1 vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview"