Skip to content

Commit 37747af

Browse files
committed
fix: fix host displaying https instead of http
1 parent e721b1a commit 37747af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Starts server with mix watch
22

3-
Write-Host "Dev server started at https://localhost:8000" -ForegroundColor yellow
3+
Write-Host "Dev server started at http://localhost:8000" -ForegroundColor yellow
44
php -S localhost:8000 -t public &
55
yarn run mix watch &

0 commit comments

Comments
 (0)