Bind dev server to all interfaces
This commit is contained in:
parent
8e381d5b90
commit
6ca0cc1336
@ -12,6 +12,7 @@ export default defineConfig({
|
||||
})],
|
||||
base: './',
|
||||
server: {
|
||||
host: '0.0.0.0',
|
||||
port: 8080
|
||||
},
|
||||
resolve: {
|
||||
@ -26,4 +27,4 @@ export default defineConfig({
|
||||
chunkSizeWarningLimit: 600,
|
||||
assetsDir: 'live-atlas/assets'
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user