diff --git a/vite.config.ts b/vite.config.ts index 91ac240..9c60c70 100644 --- a/vite.config.ts +++ b/vite.config.ts @@ -5,6 +5,13 @@ import react from '@vitejs/plugin-react'; // https://vite.dev/config/ export default defineConfig({ plugins: [react()], + + preview: { + host: '0.0.0.0', + port: 5173, + allowedHosts: true, + }, + test: { globals: true, environment: 'jsdom',