Basic frontend changes for chat.

This commit is contained in:
Roger Braun 2017-12-04 19:08:33 +01:00
parent f72d6ec83e
commit fbee80474b
7 changed files with 39 additions and 4 deletions

View file

@ -23,9 +23,15 @@ module.exports = {
assetsPublicPath: '/',
proxyTable: {
'/api': {
target: 'https://social.heldscal.la/',
target: 'htts://localhost:4000/',
changeOrigin: true,
cookieDomainRewrite: 'localhost'
},
'/socket': {
target: 'htts://localhost:4000/',
changeOrigin: true,
cookieDomainRewrite: 'localhost',
ws: true
}
},
// CSS Sourcemaps off by default because relative paths are "buggy"