|
9 | 9 | "build:prod:ci": "npm run _internal-check-node-version && npm run clean && npm run _internal-install-sdk && npm run build:prod", |
10 | 10 | "start-dev": "ng serve --port 3500", |
11 | 11 | "start-dev-https": "ng serve --port 3500 --ssl --ssl-key private.key --ssl-cert private.pem", |
12 | | - "start-prod": "ng serve --configuration production --port 3500", |
13 | | - "start-prod-https": "ng serve --configuration production --port 3500 --ssl --ssl-key private.key --ssl-cert private.pem", |
| 12 | + "start-prod": "http-server ./dist -c-1 --port 3500 --gzip --brotli --cors --proxy http://localhost:3500?", |
| 13 | + "start-prod-https": "http-server ./dist -c-1 --ssl --cert private.pem --key private.key --port 3500 --gzip --brotli --cors --proxy https://localhost:3500?", |
14 | 14 | "clean": "echo \"cleaning...\" && npx shx --yes rm -rf ./dist/** ./node_modules ./.angular/cache", |
15 | 15 | "lint": "run-p -cl lint:*", |
16 | 16 | "lint:es": "eslint --color --cache --cache-location node_modules/.cache/eslint/ src", |
|
99 | 99 | "@angular/language-service": "^17.3.12", |
100 | 100 | "@pega/angular-sdk-overrides": "~0.24.5", |
101 | 101 | "@pega/configs": "^0.7.2", |
102 | | - "@pega/constellationjs": "24.1.1-dev", |
| 102 | + "@pega/constellationjs": "24.1.1", |
103 | 103 | "@pega/dx-component-builder-sdk": "~0.24.4", |
104 | 104 | "@pega/eslint-config": "^0.7.1", |
105 | 105 | "@pega/pcore-pconnect-typedefs": "~3.0.0", |
|
0 commit comments