frontend: remove private flag from package.json

This commit is contained in:
Carlos Santos 2025-10-01 17:32:07 +02:00
parent b93c228f6f
commit d6a9f1dc69

View File

@ -1,7 +1,6 @@
{
"name": "openvidu-meet-frontend",
"version": "3.4.0",
"private": true,
"scripts": {
"start:dev": "npx ng serve --configuration development --port=5080 --host=0.0.0.0",
"build:dev": "npx ng build --configuration development --watch",