Skip to content

Commit

Permalink
Set server.host to 127.0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kytta committed Jul 18, 2023
1 parent d69f8c1 commit 5a1b94b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ export default defineConfig({
css: {
devSourcemap: true,
},
server: {
host: "127.0.0.1",
},
});

0 comments on commit 5a1b94b

Please sign in to comment.