chore(config): host the vite dev server on 0.0.0.0
This commit is contained in:
@@ -23,7 +23,7 @@ export default defineConfig(({mode}) => {
|
||||
},
|
||||
port: 5173, // Ensure this matches your WebStorm debug URL
|
||||
open: true, // Automatically opens the browser
|
||||
host: 'localhost',
|
||||
host: '0.0.0.0',
|
||||
},
|
||||
build: {
|
||||
sourcemap: true, // Enable source maps for debugging
|
||||
|
||||
Reference in New Issue
Block a user