We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6772875 + b405d28 commit 35b6d3dCopy full SHA for 35b6d3d
src/PatternLab/Console/Commands/ServerCommand.php
@@ -49,7 +49,7 @@ public function run() {
49
$host = $port ? $host.":".$port : $host.":8080";
50
51
// start-up the server with the router
52
- Console::writeInfo("server started on ".$host.". use ctrl+c to exit...");
+ Console::writeInfo("server started on http://".$host." - use ctrl+c to exit...");
53
passthru("cd ".$publicDir." && ".$_SERVER["_"]." -S ".$host." ".$coreDir."/server/router.php");
54
55
}
0 commit comments