Skip to content

Commit

Permalink
deploy config
Browse files Browse the repository at this point in the history
  • Loading branch information
LeGall29 committed Aug 25, 2024
1 parent 24ed86b commit 3d00730
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
5 changes: 5 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,22 @@
"dependencies": {
"@quasar/extras": "^1.16.4",
"quasar": "^2.8.0",
"quasar-project": "file:",
"vue": "^3.4.18",
"vue-router": "^4.0.12"
},
"devDependencies": {
"eslint": "^8.11.0",
"eslint-plugin-vue": "^9.0.0",
"eslint-config-prettier": "^8.1.0",
"prettier": "^2.5.1",
"@quasar/app-vite": "^1.4.3",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.14"
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-vue": "^9.0.0",
"postcss": "^8.4.14",
"prettier": "^2.5.1"
},
"engines": {
"node": "^20 || ^18 || ^16",
"npm": ">= 6.13.4",
"yarn": ">= 1.21.1"
}
}
}
2 changes: 1 addition & 1 deletion vue.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
publicPath: process.env.NODE_ENV === "production" ? "utca" : "/",
publicPath: "utca",
};

0 comments on commit 3d00730

Please sign in to comment.