Vite config changes
This commit is contained in:
parent
7b216ce4c1
commit
caebbe182a
|
@ -2,7 +2,7 @@ import { defineConfig } from 'vite';
|
|||
import fs from 'vite-plugin-fs';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [fs()],
|
||||
server: { host: '0.0.0.0', port: 8000 },
|
||||
plugins: [/*fs()*/],
|
||||
server: { host: 'localhost', port: 8000 },
|
||||
clearScreen: false,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue