Developing Booking Form
This commit is contained in:
@@ -79,8 +79,16 @@ module.exports = configure(function (/* 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
|
||||
// https: true,
|
||||
// open: true, // opens browser window automatically
|
||||
port: 4000,
|
||||
strictport: true,
|
||||
// For reverse-proxying via haproxy
|
||||
hmr: {
|
||||
clientPort: 443,
|
||||
protocol: 'wss',
|
||||
timeout: 0,
|
||||
},
|
||||
},
|
||||
|
||||
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#framework
|
||||
|
||||
Reference in New Issue
Block a user