diff options
Diffstat (limited to 'client/angular.json')
-rw-r--r-- | client/angular.json | 6 |
1 files changed, 4 insertions, 2 deletions
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 @@ | |||
86 | "options": { | 86 | "options": { |
87 | "baseHref": "/", | 87 | "baseHref": "/", |
88 | "deployUrl": "client/", | 88 | "deployUrl": "client/", |
89 | "browserTarget": "PeerTube:build" | 89 | "browserTarget": "PeerTube:build", |
90 | "proxyConfig": "proxy.config.json" | ||
90 | }, | 91 | }, |
91 | "configurations": { | 92 | "configurations": { |
92 | "production": { | 93 | "production": { |
@@ -96,7 +97,8 @@ | |||
96 | "browserTarget": "PeerTube:build:hmr" | 97 | "browserTarget": "PeerTube:build:hmr" |
97 | }, | 98 | }, |
98 | "e2e": { | 99 | "e2e": { |
99 | "browserTarget": "PeerTube:build:e2e" | 100 | "browserTarget": "PeerTube:build:e2e", |
101 | "proxyConfig": "e2e/proxy.config.json" | ||
100 | } | 102 | } |
101 | } | 103 | } |
102 | }, | 104 | }, |