Many esthetic changes

This commit is contained in:
2024-05-22 17:18:02 -04:00
parent cd692a6f3b
commit 55bc1acbb3
5 changed files with 182 additions and 180 deletions

View File

@@ -48,7 +48,7 @@ module.exports = configure(function (/* ctx */) {
// Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#build
build: {
env: require('dotenv').config({ path: '.env.local' }).parsed,
env: require('dotenv').config().parsed,
target: {
browser: ['es2019', 'edge88', 'firefox78', 'chrome87', 'safari13.1'],
node: 'node16',