added allowedHosts to make URL functional.
This commit is contained in:
parent
ba894b704e
commit
1d0c77b1fd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user