소스 검색

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