ZCC対応の改修

This commit is contained in:
2024-06-28 01:09:24 +09:00
parent 26a685b872
commit 550e59b4db
7 changed files with 37 additions and 48 deletions

View File

@@ -94,6 +94,7 @@ module.exports = configure(function (/* ctx */) {
// Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#devServer
devServer: {
// https: true
port:9001,
open: true, // opens browser window automatically
env: { ...dotenv },
},