From 0758d099e8da760bd0e3a50d7da79f4288de95e2 Mon Sep 17 00:00:00 2001 From: SKairinos Date: Mon, 19 Aug 2024 09:38:17 +0000 Subject: [PATCH] fix env var --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 25b9902..5ac41da 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,7 +19,7 @@ }, { "env": { - "SERVICE_NAME": "contributor" + "VITE_SERVICE_NAME": "contributor" }, "name": "Vite Server", "preLaunchTask": "run",