Skip to content

Commit

Permalink
Merge pull request #108 from Viveckh/sock-node-fix
Browse files Browse the repository at this point in the history
Fix: #105 Sockjs fix
  • Loading branch information
Viveckh authored May 3, 2020
2 parents 86c02ee + 45fa535 commit f96bf1b
Show file tree
Hide file tree
Showing 7 changed files with 1,670 additions and 7,732 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ services:
- './shopping-webclient:/app'
- '/app/node_modules'
ports:
- 5201:4200
- 5201:5201

management-webclient:
build:
Expand All @@ -88,7 +88,7 @@ services:
- './management-webclient:/app'
- '/app/node_modules'
ports:
- 5202:4200
- 5202:5202

volumes:
dbdata:
Expand Down
4,647 changes: 817 additions & 3,830 deletions management-webclient/package-lock.json

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions management-webclient/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,11 @@
"axios": "^0.18.1",
"bootstrap-vue": "^2.4.0",
"epic-spinners": "^1.0.4",
"i": "^0.3.6",
"lodash": "^4.17.15",
"luxon": "^1.10.0",
"luxon": "^1.23.0",
"moment": "^2.23.0",
"npm": "^6.13.7",
"tiptap": "^1.7.0",
"tiptap-extensions": "^1.7.0",
"v-autocomplete": "^1.8.2",
"vue": "^2.5.17",
"vue-analytics": "^5.16.2",
"vue-croppa": "^1.3.8",
Expand All @@ -35,8 +32,7 @@
"vue-scrollto": "^2.13.0",
"vue-tag-selector": "^0.2.4",
"vuex": "^3.0.1",
"vuex-persist": "^2.0.0",
"weekstart": "^1.0.0"
"vuex-persist": "^2.0.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion management-webclient/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
devServer: {
// open: process.platform === 'darwin',
// host: '0.0.0.0',
port: 4200, // CHANGE YOUR PORT HERE!
port: 5202, // CHANGE YOUR PORT HERE!
// https: false,
hotOnly: false,
},
Expand Down
Loading

0 comments on commit f96bf1b

Please sign in to comment.