Skip to content

Commit

Permalink
fix yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
swuecho committed Jun 30, 2024
1 parent bd067ed commit f772cfc
Show file tree
Hide file tree
Showing 3 changed files with 4,728 additions and 1,780 deletions.
14 changes: 7 additions & 7 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@
"@iconify/icons-material-symbols": "^1.2.40",
"@iconify/icons-mdi": "^1.2.45",
"@iconify/vue2": "^2.1.0",
"@vue/cli-plugin-babel": "^5.0.8",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"babel-eslint": "^10.1.0",
"eslint": "^8.57.0",
"@vue/cli-plugin-babel": "^4.5.10",
"@vue/cli-plugin-eslint": "^4.5.10",
"@vue/cli-service": "^4.5.10",
"babel-eslint": "^10.0.1",
"eslint": "^5.15.1",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^9.0.0",
"sass-loader": "^14.2.1",
"node-sass": "^8.0.0",
"sass-loader": "^10.2.2",
"vue-cli-plugin-axios": "^0.0.4",
"vue-template-compiler": "^2.7.14"
},
Expand Down
1 change: 1 addition & 0 deletions web/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = {
host: '0.0.0.0',
port: 9099, // CHANGE YOUR PORT HERE!
https: false,
hotOnly: false,
proxy: {
"/api/*": {
target: "http://localhost:5000",
Expand Down
Loading

0 comments on commit f772cfc

Please sign in to comment.