From 5097dc925e1d83f412d89b541735b71ef1040455 Mon Sep 17 00:00:00 2001 From: Carlos Santos <4a.santos@gmail.com> Date: Wed, 24 Jul 2024 18:07:13 +0200 Subject: [PATCH] ov-components: fixed bundle path --- openvidu-components-angular/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvidu-components-angular/package.json b/openvidu-components-angular/package.json index 278ea077..e7ef2d66 100644 --- a/openvidu-components-angular/package.json +++ b/openvidu-components-angular/package.json @@ -92,7 +92,7 @@ "lib:test": "ng test openvidu-components-angular --no-watch --code-coverage", "lint": "ng lint", "start": "ng serve --configuration development --open", - "start-prod": "npx http-server ./dist/openvidu-components-testapp/ --port 4200", + "start-prod": "npx http-server ./dist/openvidu-components-testapp/browser --port 4200", "start:ssl": "ng serve --ssl --configuration development --host 0.0.0.0 --port 5080", "webcomponent:testing-build": "./node_modules/@angular/cli/bin/ng.js build openvidu-webcomponent --configuration testing && node ./openvidu-webcomponent-build.js", "webcomponent:build": "./node_modules/@angular/cli/bin/ng.js build openvidu-webcomponent --configuration production && node ./openvidu-webcomponent-build.js",