Skip to content

Commit f075885

Browse files
authored
constellationjs 24.1.1 added, start-prod command reverted back to use http-server (#325)
1 parent 5078527 commit f075885

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"build:prod:ci": "npm run _internal-check-node-version && npm run clean && npm run _internal-install-sdk && npm run build:prod",
1010
"start-dev": "ng serve --port 3500",
1111
"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?",
1414
"clean": "echo \"cleaning...\" && npx shx --yes rm -rf ./dist/** ./node_modules ./.angular/cache",
1515
"lint": "run-p -cl lint:*",
1616
"lint:es": "eslint --color --cache --cache-location node_modules/.cache/eslint/ src",
@@ -99,7 +99,7 @@
9999
"@angular/language-service": "^17.3.12",
100100
"@pega/angular-sdk-overrides": "~0.24.5",
101101
"@pega/configs": "^0.7.2",
102-
"@pega/constellationjs": "24.1.1-dev",
102+
"@pega/constellationjs": "24.1.1",
103103
"@pega/dx-component-builder-sdk": "~0.24.4",
104104
"@pega/eslint-config": "^0.7.1",
105105
"@pega/pcore-pconnect-typedefs": "~3.0.0",

0 commit comments

Comments
 (0)