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({
|
||||
plugins: [/*fs()*/],
|
||||
server: { host: 'localhost', port: 8000 },
|
||||
server: { host: '0.0.0.0', port: 8000 },
|
||||
clearScreen: false,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue