Fix deploy urls

pull/4105/head^2
Chocobozzz 2021-05-27 17:25:52 +02:00
parent 09e1784b7a
commit 5cbb53996e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 7 additions and 2 deletions

View File

@ -138,7 +138,7 @@
"tsConfig": "tsconfig.app.json",
"polyfills": "src/polyfills.ts",
"baseHref": "/",
"deployUrl": "client/",
"deployUrl": "",
"stylePreprocessorOptions": {
"includePaths": [
"src/sass/include"
@ -161,7 +161,8 @@
"p2p-media-loader-hlsjs",
"video.js",
"sha1",
"postcss"
"postcss",
"core-js/features/reflect"
],
"scripts": [],
"vendorChunk": true,

View File

@ -24,6 +24,10 @@
"secure": false,
"ws": true
},
"/client/assets": {
"target": "http://localhost:9000",
"secure": false
},
"/!(client)**": {
"target": "http://localhost:3000/client/index.html",
"secure": false,