Bind Vite dev server to 0.0.0.0 for LAN access
This commit is contained in:
@@ -76,6 +76,7 @@ export default defineConfig({
|
||||
},
|
||||
// Dev server proxies API + WebSocket to the GoChat Go backend
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 3036,
|
||||
proxy: {
|
||||
'/api': {
|
||||
|
||||
Reference in New Issue
Block a user