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

View File

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