diff --git a/vite.config.js b/vite.config.js index e1cdc96cc8d..dbafb1871fb 100644 --- a/vite.config.js +++ b/vite.config.js @@ -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, })