aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/angular.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-07-25 10:44:21 +0200
committerChocobozzz <me@florianbigard.com>2019-07-25 11:00:45 +0200
commit41b15c892192073828458d007256a9dfdf3bb6fb (patch)
treeacfa791944197742044a85a84d1313db74b8e4f4 /client/angular.json
parent03652b3179b7d3d2959b68318fdc5e00f94eb95f (diff)
downloadPeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.tar.gz
PeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.tar.zst
PeerTube-41b15c892192073828458d007256a9dfdf3bb6fb.zip
Update client dependencies
Diffstat (limited to 'client/angular.json')
-rw-r--r--client/angular.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/angular.json b/client/angular.json
index bd3c7216e..8a709e269 100644
--- a/client/angular.json
+++ b/client/angular.json
@@ -72,6 +72,8 @@
72 "serve": { 72 "serve": {
73 "builder": "@angular-devkit/build-angular:dev-server", 73 "builder": "@angular-devkit/build-angular:dev-server",
74 "options": { 74 "options": {
75 "baseHref": "/",
76 "deployUrl": "client/",
75 "browserTarget": "PeerTube:build" 77 "browserTarget": "PeerTube:build"
76 }, 78 },
77 "configurations": { 79 "configurations": {