corrected port to 8081

This commit is contained in:
JonaKl
2024-04-14 13:50:47 +02:00
committed by GitHub
parent 0420e082c9
commit 89f757ca98

View File

@@ -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
},