Skip to content

Commit

Permalink
build: add build dir
Browse files Browse the repository at this point in the history
  • Loading branch information
arsenijesavic committed Sep 27, 2024
1 parent 9c14fe2 commit 100cc00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
.thumbs.db
node_modules
/dist
/build
/src-cordova/node_modules
/src-cordova/platforms
/src-cordova/plugins
Expand Down
2 changes: 1 addition & 1 deletion quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ module.exports = function (ctx) {
// showProgress: true,
gzip: true,
// analyze: true,
// distDir: 'dist',
distDir: 'build',
// productName: 'pos_host_ui',
minify: true,
vueCompiler: false,
Expand Down

0 comments on commit 100cc00

Please sign in to comment.