no se que cambios

This commit is contained in:
2025-09-25 14:28:53 -04:00
parent 557f8bdd77
commit a60762a3f9
3 changed files with 46 additions and 51 deletions

View File

@@ -9,12 +9,7 @@ export default defineConfig(({ mode }) => ({
server: {
host: "::",
port: 8080,
// Ya no necesitas 'https: true' directamente aquí, el plugin lo gestiona
// Si tienes certificados personalizados, usarías:
// https: {
// key: path.resolve(__dirname, './certs/localhost-key.pem'),
// cert: path.resolve(__dirname, './certs/localhost.pem'),
// },
},
plugins: [
react(),