Skip to content

Commit

Permalink
up libs and use nvm and node 16.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Palade committed Sep 10, 2022
1 parent 2af359d commit 6d1a691
Show file tree
Hide file tree
Showing 5 changed files with 1,398 additions and 1,731 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
16.17
10 changes: 6 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,23 @@
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue ./",
"test": "echo \"No test specified\" && exit 0"
"test": "echo \"No test specified\" && exit 0",
"dev": "quasar dev",
"build": "quasar build"
},
"dependencies": {
"@quasar/extras": "^1.14.0",
"@quasar/extras": "^1.15.3",
"axios": "^0.21.1",
"core-js": "^3.6.5",
"quasar": "2.7.1",
"quasar": "2.7.7",
"vue": "^3.0.0",
"vue-i18n": "^9.1.7",
"vue-router": "^4.0.0",
"vuex": "4"
},
"devDependencies": {
"@babel/eslint-parser": "^7.0.0",
"@quasar/app": "3.3.3",
"@quasar/app-webpack": "^3.5.9",
"cross-env": "^7.0.2",
"dotenv": "^10.0.0",
"eslint": "^7.14.0",
Expand Down
2 changes: 1 addition & 1 deletion quasar.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = configure(function (ctx) {
proxy: [
{
context: ["/sanctum", "/api"],
target: "http://example.local/",
target: "http://localhost/",
changeOrigin: true,
cookieDomainRewrite: "localhost"
}
Expand Down
2 changes: 2 additions & 0 deletions scripts/deploy_prod.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/bash

source ~/.bash_profile
nvm use
git pull
yarn
quasar build
Expand Down
Loading

0 comments on commit 6d1a691

Please sign in to comment.