- Aggiornato i vari .ENV
This commit is contained in:
@@ -215,7 +215,7 @@ export default defineConfig((ctx) => {
|
||||
// Full list of options: https://v2.quasar.dev/quasar-cli/quasar-conf-js#Property%3A-devServer
|
||||
devServer: {
|
||||
https: false,
|
||||
port: ctx.mode.spa ? 8084 : 8094,
|
||||
port: ctx.mode.spa ? 8088 : 8098,
|
||||
vueDevtools: false, // automatically opening remote Vue Devtools
|
||||
open: false, // opens browser window automatically
|
||||
hot: true, // Disable hot module replacement
|
||||
|
||||
Reference in New Issue
Block a user