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