no se que cambios
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user