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"],