From 6b87d2f8168941b2d0ab749e509144a265cc3ec9 Mon Sep 17 00:00:00 2001 From: alexm Date: Mon, 10 Feb 2025 09:06:18 +0100 Subject: [PATCH] test: refs #6695 e2e fix allowedHosts --- quasar.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/quasar.config.js b/quasar.config.js index 7cdb448fc18..c71f19a3855 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -118,6 +118,10 @@ export default configure(function (/* ctx */) { }, }, open: false, + allowedHosts: [ + 'front', // Agrega este nombre de host + 'localhost', // Opcional, para pruebas locales + ], }, // https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#framework