Skip to content

Commit

Permalink
force vite to use IPv4 localhost IP address
Browse files Browse the repository at this point in the history
  • Loading branch information
jbcpollak authored and av8ta committed Jun 2, 2024
1 parent 41f4208 commit ea46030
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions applications/web/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default defineConfig({
},
server: {
strictPort: true,
host: "127.0.0.1",
port: 5173,
fs: {
// Allow serving files from one level up to the project root
Expand Down

0 comments on commit ea46030

Please sign in to comment.