fix: remove cacheDir from Vite configuration

This commit is contained in:
2026-05-11 10:17:20 -05:00
parent c9d8bf666a
commit 5dbce1a523
2 changed files with 1 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
[pytest]
testpaths = tests
python_files = test_*.py

View File

@@ -37,9 +37,8 @@ const vitestClientProject = {
};
export default defineConfig({
cacheDir: '.vite',
server: {
port: 5173, // fija el puerto
port: 5173, // fija el puerto
host: true, // escucha en 0.0.0.0
// Lista explícita + peticiones internas (p. ej. chunks JSON `?import`) pueden usar
// Hosts distintos y recibir 403. `true` permite cualquier Host en dev.