Skip to content

Commit a719cb2

Browse files
committed
do not open web browser automatically
1 parent 69f7e05 commit a719cb2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quasar.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ module.exports = configure(function () {
8282
devServer: {
8383
https: false,
8484
port: 8080,
85-
open: true // opens browser window automatically
85+
open: false // do not open browser window automatically
8686
},
8787

8888
// https://v2.quasar.dev/quasar-cli/quasar-conf-js#Property%3A-framework

0 commit comments

Comments
 (0)