openvidu-components: Updated server port testapp

pull/707/head
csantosm 2022-03-21 16:49:24 +01:00
parent 9b7d0ea459
commit 6abc49a3a6
1 changed files with 1 additions and 1 deletions

View File

@ -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",