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