From d3183a278b76c2a33707d1b52922850b048172d9 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Fri, 15 Sep 2023 11:43:56 +0700 Subject: [PATCH] Fix vs-code launcher (#3696) Signed-off-by: Andrey Sobolev --- .vscode/launch.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 6b8e14ab4b..212695f498 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -46,7 +46,8 @@ "REKONI_URL": "http://localhost:4004", "FRONT_URL": "http://localhost:8080", // "SERVER_PROVIDER":"uweb" - "SERVER_PROVIDER":"ws" + "SERVER_PROVIDER":"ws", + "MODEL_VERSION": "" // "RETRANSLATE_URL": "http://127.0.0.1:4500", //"RETRANSLATE_URL": "https://208.167.249.201",