mirror of https://github.com/OpenVidu/openvidu.git
Change Dashboard URL
parent
ffeb867109
commit
e527d8c6da
|
@ -42,7 +42,7 @@
|
||||||
"name": "frontend",
|
"name": "frontend",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "ng build --output-path ../main/resources/static",
|
"build": "ng build --base-href /dashboard/ --deploy-url /dashboard --output-path ../main/resources/static",
|
||||||
"build-prod": "ng build --prod --output-path ../main/resources/static",
|
"build-prod": "ng build --prod --output-path ../main/resources/static",
|
||||||
"e2e": "ng e2e",
|
"e2e": "ng e2e",
|
||||||
"lint": "ng lint",
|
"lint": "ng lint",
|
||||||
|
|
Loading…
Reference in New Issue