Developing Booking Form

This commit is contained in:
2023-11-26 09:21:04 -05:00
parent 8200bcde52
commit a3cdbbfbbd
13 changed files with 423 additions and 172 deletions

View File

@@ -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