From 2afdee807ebca7d45a8a6505427e8fd293ffb718 Mon Sep 17 00:00:00 2001 From: JonaKl <147399846+JonaKl@users.noreply.github.com> Date: Sun, 14 Apr 2024 13:51:24 +0200 Subject: [PATCH] corrected port to 8081 --- quasar.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quasar.config.js b/quasar.config.js index 8550dda..d6b31e9 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -96,7 +96,7 @@ module.exports = configure(function (/* ctx */) { // Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#devServer devServer: { // https: true - port: 8080, // default: 3000; changed to 8080 to match keycloak settings + port: 8081, // default: 3000; changed to 8080 to match keycloak settings open: true // opens browser window automatically },