From 1500b73849e78985c3289875608e1747d1129fbb Mon Sep 17 00:00:00 2001 From: rob Date: Thu, 7 Jul 2022 04:58:49 -0400 Subject: [PATCH] switch port to Sites --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index ed6c861..acce262 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -14,7 +14,7 @@ "program": "${workspaceFolder:dtp-sites}/dtp-sites.js", "console": "integratedTerminal", "env": { - "HTTP_BIND_PORT": "3010" + "HTTP_BIND_PORT": "3020" } }, {