mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Updated server port testapp
parent
9b7d0ea459
commit
6abc49a3a6
|
@ -4,7 +4,7 @@
|
|||
"scripts": {
|
||||
"ng": "ng",
|
||||
"start": "ng serve --configuration development",
|
||||
"start-prod": "npx http-server ./dist/openvidu-components-testapp/",
|
||||
"start-prod": "npx http-server ./dist/openvidu-components-testapp/ --port 4200",
|
||||
"build": "ng build openvidu-components-testapp --configuration production",
|
||||
"lib:serve": "ng build openvidu-angular --watch",
|
||||
"lib:build": "ng build openvidu-angular --configuration production && cd ./dist/openvidu-angular && npm pack",
|
||||
|
|
Loading…
Reference in New Issue