Serve app with ssl config

This commit is contained in:
Peter Skrlj
2020-02-19 12:35:26 +01:00
parent 18d3270537
commit 718818b135

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"start": "ng serve --ssl",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e",