X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fangular.json;h=950ac059e99a2e2b9ca0ec1a5e10bc595b020a6b;hb=446d9f8cc7f12fbbf3d8643f5d3414822a18c51d;hp=e1e4f4850cb5372542ced50d446403dc5eda3236;hpb=26ff0279d08bc5d4cb13a2f71e314b05d544da89;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/angular.json b/client/angular.json index e1e4f4850..950ac059e 100644 --- a/client/angular.json +++ b/client/angular.json @@ -86,7 +86,8 @@ "options": { "baseHref": "/", "deployUrl": "client/", - "browserTarget": "PeerTube:build" + "browserTarget": "PeerTube:build", + "proxyConfig": "proxy.config.json" }, "configurations": { "production": { @@ -96,7 +97,8 @@ "browserTarget": "PeerTube:build:hmr" }, "e2e": { - "browserTarget": "PeerTube:build:e2e" + "browserTarget": "PeerTube:build:e2e", + "proxyConfig": "e2e/proxy.config.json" } } },