Skip to content

Commit

Permalink
revert unrelated commits
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkishi committed Apr 25, 2022
1 parent 651b603 commit e65e150
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .changeset/shiny-birds-ring.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/kit/src/core/preview/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ export async function preview({ port, host, config, https: use_https = false })
});

return new Promise((fulfil) => {
http_server.listen(port, host, () => {
http_server.listen(port, host || '0.0.0.0', () => {
fulfil(http_server);
});
});
Expand Down

0 comments on commit e65e150

Please sign in to comment.