fix: remove cacheDir from Vite configuration
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
[pytest]
|
||||
testpaths = tests
|
||||
python_files = test_*.py
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user