From 89f757ca982ae733c876f5ddeaadf9696476421c Mon Sep 17 00:00:00 2001 From: JonaKl <147399846+JonaKl@users.noreply.github.com> Date: Sun, 14 Apr 2024 13:50:47 +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..2dac4fa 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 8081 to match keycloak settings open: true // opens browser window automatically },