a
This commit is contained in:
@@ -11,4 +11,11 @@ export default defineConfig({
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
},
|
||||
server: {
|
||||
host: true, // Allow external connections
|
||||
port: 5173,
|
||||
allowedHosts: ['dockervm', 'localhost', '127.0.0.1'], // Add your specific hosts
|
||||
// Or use this for development (less secure but simpler):
|
||||
// host: '0.0.0.0'
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user