From c747cd1f86b105158d8fbd9aeae94c122f919038 Mon Sep 17 00:00:00 2001 From: ludndev Date: Sat, 20 Apr 2024 20:32:51 +0100 Subject: [PATCH] fix: set port default value to 3000 close issue #2 --- quickinstall-app/NodeJs/NodeJsSetup.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickinstall-app/NodeJs/NodeJsSetup.php b/quickinstall-app/NodeJs/NodeJsSetup.php index 26efa79..4bcf90c 100644 --- a/quickinstall-app/NodeJs/NodeJsSetup.php +++ b/quickinstall-app/NodeJs/NodeJsSetup.php @@ -29,7 +29,7 @@ class NodeJsSetup extends BaseSetup { 'options' => ['v20.10.0', 'v18.18.2', 'v16.20.2'], ], 'start_script' => ['type'=>'text', 'placeholder'=>'npm run start'], - 'port' => ['type' => 'text', 'placeholder' => '3000'], + 'port' => ['type' => 'text', 'placeholder' => '3000', 'value' => '3000'], ], 'database' => false, 'server' => [