diff --git a/.vscode/launch.json b/.vscode/launch.json index 07e5488..d0b1191 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -16,8 +16,8 @@ "/**" ], "type": "node", - "env": { "DOMAIN": "localhost:3000", "SCHEME": "http"}, + "env": { "DOMAIN": "localhost:3000"}, "outputCapture": "std" } ] -} +} \ No newline at end of file