Skip to content

Commit 5f35b4b

Browse files
config: update Vite server host to listen on all network interfaces.
1 parent 0cc5299 commit 5f35b4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import react from '@vitejs/plugin-react'
44
// https://vite.dev/config/
55
export default defineConfig({
66
server: {
7-
host: 'localhost',
7+
host: '*',
88
port: 5173,
99
strictPort: true,
1010
allowedHosts: ['authdb-1-1vsu.onrender.com', 'authdb-832j.onrender.com', 'localhost', '0.0.0.0'],

0 commit comments

Comments
 (0)