Skip to content

Commit

Permalink
fix(build): 🐛 fix path in config
Browse files Browse the repository at this point in the history
  • Loading branch information
doox911-opensource committed Jan 27, 2024
1 parent bf17146 commit 3d57b24
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions quasar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ module.exports = configure(function(/* ctx */) {
// --> boot files are part of "main.js"
// https://v2.quasar.dev/quasar-cli-vite/boot-files
boot: [
'../app/boot/i18n',
'~/src/app/boot/i18n',
],

// https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#css
css: [
'../app/styles/app.css',
'~/src/app/styles/app.css',
],

// https://github.com/quasarframework/quasar/tree/dev/extras
Expand Down

0 comments on commit 3d57b24

Please sign in to comment.