Feature/set up ssl for local development (#3482)

* Set up SSL for local development

* Update changelog
This commit is contained in:
Thomas Kaul
2024-06-15 10:53:20 +02:00
committed by GitHub
parent 519827045a
commit 6c2acf2aa6
6 changed files with 57 additions and 4 deletions

View File

@ -163,8 +163,11 @@
"serve": {
"executor": "@nx/angular:dev-server",
"options": {
"buildTarget": "client:build",
"proxyConfig": "apps/client/proxy.conf.json",
"buildTarget": "client:build"
"ssl": true,
"sslCert": "apps/client/localhost.cert",
"sslKey": "apps/client/localhost.pem"
},
"configurations": {
"development-de": {