From dfbb3b27c40e0cc463bd2e33cf3cc7819cd01053 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Fri, 17 May 2024 17:19:28 +0100 Subject: [PATCH] --- source/index.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.mts b/source/index.mts index 8bd0b8c..2663e38 100644 --- a/source/index.mts +++ b/source/index.mts @@ -848,7 +848,7 @@ if (application.commandLineArguments.values.type === undefined) { process.argv[1], ...application.commandLineArguments.positionals, "--type", - "web", + "server", "--port", String(port), ],