From a3f5283c4938b53ff79aa6a4c2cb774bd48a0ebc Mon Sep 17 00:00:00 2001 From: Javier Segarra Date: Thu, 6 Feb 2025 20:57:46 +0100 Subject: [PATCH] feat: open when dev --- quasar.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quasar.config.js b/quasar.config.js index 83b78c51..84e934d1 100644 --- a/quasar.config.js +++ b/quasar.config.js @@ -91,7 +91,7 @@ module.exports = configure(function (ctx) { type: 'http' }, port: 8080, - open: false, + open: true, // static: __dirname, headers: { 'Access-Control-Allow-Origin': '*' }, // stats: { chunks: false },