added allowedHosts to make URL functional.

This commit is contained in:
Frédérick Pruneau 2025-12-30 14:56:20 -05:00
parent ba894b704e
commit 1d0c77b1fd

View File

@ -97,7 +97,8 @@ export default defineConfig((ctx) => {
// Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#devserver
devServer: {
// https: true,
open: true // opens browser window automatically
open: true, // opens browser window automatically
allowedHosts: true,
},
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#framework