Update quasar.conf.js

parent 2d8da1f9
...@@ -79,8 +79,10 @@ module.exports = configure(function (ctx) { ...@@ -79,8 +79,10 @@ module.exports = configure(function (ctx) {
// Full list of options: https://v2.quasar.dev/quasar-cli/quasar-conf-js#Property%3A-devServer // Full list of options: https://v2.quasar.dev/quasar-cli/quasar-conf-js#Property%3A-devServer
devServer: { devServer: {
host: '0.0.0.0',
https: false, https: false,
port: 10706, port: 10706,
public: 'http://0.0.0.0:10706',
open: true, // opens browser window automatically open: true, // opens browser window automatically
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment