From caffd2907875d0b68a5375f132a74604d4358918 Mon Sep 17 00:00:00 2001 From: Tony Kan Date: Fri, 6 Sep 2024 22:56:23 -0700 Subject: [PATCH] chore: Update client port to 3000 - Changed the port in `config.js` to 3000. --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index eb696b7..7f706d9 100644 --- a/config.js +++ b/config.js @@ -20,7 +20,7 @@ const config = { host: "localhost", - port: 4000, + port: 3000, codePath: __dirname, https: { enabled: false,