Revert host change
This commit is contained in:
parent
4d6a6eac04
commit
a3084f0d32
|
@ -3,6 +3,6 @@ import fs from 'vite-plugin-fs';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [/*fs()*/],
|
plugins: [/*fs()*/],
|
||||||
server: { host: 'localhost', port: 8000 },
|
server: { host: '0.0.0.0', port: 8000 },
|
||||||
clearScreen: false,
|
clearScreen: false,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue