From 1671da13bfe6de8d6a29e9248bccdd1c14e9ced6 Mon Sep 17 00:00:00 2001 From: Pavel Prichodko <14926950+prichodko@users.noreply.github.com> Date: Thu, 31 Mar 2022 15:12:48 +0200 Subject: [PATCH] feat(examples): add https flag --- examples/community/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/community/package.json b/examples/community/package.json index 2551264a..9ad69287 100644 --- a/examples/community/package.json +++ b/examples/community/package.json @@ -4,7 +4,7 @@ "source": "./index.html", "browserslist": "> 0.5%, last 2 versions, not dead, not ios_saf < 13", "scripts": { - "dev": "parcel", + "dev": "parcel --https", "prebuild": "rm -rf dist", "build": "parcel build" },