浏览代码

removendo autoopen ao rodar servidor

Gustavo Zanatta 1 月之前
父节点
当前提交
3dd4bb8fc9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      quasar.config.js

+ 1 - 1
quasar.config.js

@@ -99,7 +99,7 @@ export default defineConfig((ctx) => {
     // Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#devServer
     devServer: {
       // 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