Skip to content

Commit

Permalink
Merge pull request ceph#38865 from s0nea/wip-dashboard-48847
Browse files Browse the repository at this point in the history
mgr/dashboard: add `--ssl` to `ng serve`

Reviewed-by: Avan Thakkar <[email protected]>
Reviewed-by: Laura Paduano <[email protected]>
Reviewed-by: Nizamudeen A <[email protected]>
Reviewed-by: Volker Theile <[email protected]>
  • Loading branch information
epuertat authored Jan 15, 2021
2 parents 05f3b1d + 3971cdb commit 865bbc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pybind/mgr/dashboard/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"scripts": {
"ng": "ng",
"start": "npm run env_build && ng serve --host 0.0.0.0",
"start": "npm run env_build && ng serve --host 0.0.0.0 --ssl",
"build": "npm run env_build && ng build --configuration=$npm_package_config_locale",
"build:localize": "node cd --env --pre && ng build --localize",
"postbuild:localize": "node cd --res",
Expand Down

0 comments on commit 865bbc3

Please sign in to comment.