Atualizar vite.config.ts

This commit is contained in:
2026-06-13 22:53:46 -03:00
parent 32eaac65e4
commit 3b9ba09364

View File

@@ -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',