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.
1 parent e721b1a commit 37747afCopy full SHA for 37747af
server.ps1
@@ -1,5 +1,5 @@
1
# Starts server with mix watch
2
3
-Write-Host "Dev server started at https://localhost:8000" -ForegroundColor yellow
+Write-Host "Dev server started at http://localhost:8000" -ForegroundColor yellow
4
php -S localhost:8000 -t public &
5
yarn run mix watch &
0 commit comments