Skip to content

Commit

Permalink
fix: set port default value to 3000
Browse files Browse the repository at this point in the history
close issue JLFdzDev#2
  • Loading branch information
ludndev committed Apr 20, 2024
1 parent 4314ca1 commit c747cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickinstall-app/NodeJs/NodeJsSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => [
Expand Down

0 comments on commit c747cd1

Please sign in to comment.