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" },