changeset 451:8a9a1a1f6fbc

Script to serve over https
author Lucas Thompson <dev@lucas.im>
date Thu, 29 Jun 2017 13:21:51 +0100
parents 5fbecd666002
children b4372cdf495c
files package.json
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/package.json	Wed Jun 28 10:46:53 2017 +0100
+++ b/package.json	Thu Jun 29 13:21:51 2017 +0100
@@ -5,6 +5,7 @@
   "scripts": {
     "ng": "ng",
     "start": "ng serve",
+    "start-ssl": "ng serve --ssl true",
     "build": "node build-prod.js",
     "test": "ng test",
     "lint": "ng lint",