vit config update

This commit is contained in:
2026-04-20 15:01:09 +01:00
parent 7262cd0543
commit 74d1212a07

View File

@@ -4,4 +4,8 @@ import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/ // https://vitejs.dev/config/
export default defineConfig({ export default defineConfig({
plugins: [react()], plugins: [react()],
server: {
host: true, // Permite acesso externo
port: 5173 // Opcional, para garantir a porta
}
}) })