From b6089446b81258670fa2be348deebf48e92ba27e Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 25 Jul 2022 20:18:31 -0400 Subject: [PATCH] *Fix port config option name --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 89abbfc..c18c202 100644 --- a/src/config.ts +++ b/src/config.ts @@ -28,7 +28,7 @@ switch (os.platform()) { } config.inject({ - relayPort: 8080, + port: 8080, config: configLocation, logLevel: "info", });