Revert host change

This commit is contained in:
Flashfyre 2023-04-10 17:18:35 -04:00
parent 4d6a6eac04
commit a3084f0d32
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})