From 180ab2df4b3778e46022393f43ffab2bb60ec7ef Mon Sep 17 00:00:00 2001 From: SKairinos Date: Mon, 19 Aug 2024 09:31:16 +0000 Subject: [PATCH] fix env var name --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 8217b08..2b01bc8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,7 +19,7 @@ }, { "env": { - "SERVICE_NAME": "replace-me" + "VITE_SERVICE_NAME": "replace-me" }, "name": "Vite Server", "preLaunchTask": "run",