From 3a446f905c7af629c42d54489b8f7689b764e665 Mon Sep 17 00:00:00 2001 From: Luka Siric Date: Wed, 31 Aug 2022 16:55:08 +0200 Subject: [PATCH] modified https setting description in package.json Signed-off-by: Luka Siric --- packages/cli/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/cli/package.json b/packages/cli/package.json index b978833d29..01e92c89d9 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -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",