Skip to content

Commit

Permalink
Use localhost
Browse files Browse the repository at this point in the history
  • Loading branch information
kla committed Dec 24, 2023
1 parent 5a38ebf commit 7dbf5a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/server
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
if hash open 2>/dev/null; then
open -g http://127.0.0.1:5173
open -g http://localhost:5173
fi
bun run dev

0 comments on commit 7dbf5a4

Please sign in to comment.