fix: SSL-Option zum start-Skript hinzufügen

- `start`-Skript aktualisiert, um SSL zu verwenden und den Browser automatisch zu öffnen
This commit is contained in:
Developer 02 2024-09-13 16:06:43 +02:00
parent 25a4b0752b
commit a8de883b7e

View File

@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --ssl -o",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"test": "ng test",