Add the `--ssl` option to the `ng serve` command in order to
reflect the changes to the cookies (https://tracker.ceph.com/issues/44591)
and be able to log into the dashboard by using the development server.
Fixes: https://tracker.ceph.com/issues/48847
Signed-off-by: Tatjana Dehler <tdehler@suse.com>
},
"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",