From 4174fc94f4a95f268b98fd142adf2db601de4f1e Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Wed, 1 Oct 2025 09:42:46 +0700 Subject: [PATCH] Fix launch config --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 3bbdf9f43c..aae12dfc9d 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,7 +20,7 @@ "request": "launch", "args": ["src/index.ts"], "env": { - "PORT": "37371", + "PORT": "3737", "DEVELOPMENT": "true" }, "runtimeArgs": ["--nolazy", "-r", "ts-node/register"],