modified https setting description in package.json

Signed-off-by: Luka Siric <siric.luka@gmail.com>
This commit is contained in:
Luka Siric
2022-08-31 16:55:08 +02:00
parent c55bdf2ad9
commit 3a446f905c
+1 -1
View File
@@ -251,7 +251,7 @@
},
"https": {
"type": "object",
"description": "Running the frontend app with https",
"description": "Only used for local development. The https object is passed to webpack in order to enable using https on localhost.",
"properties": {
"certificate": {
"type": "object",