From 950cb60bd5df7dbb822811be61f841044409bb65 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Thu, 15 Sep 2022 13:36:01 +0200 Subject: [PATCH] docs: remove misleading edge info #7547 --- docs/content/3.api/5.commands/dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/3.api/5.commands/dev.md b/docs/content/3.api/5.commands/dev.md index 06d550f6d8..05d1fb6b8f 100644 --- a/docs/content/3.api/5.commands/dev.md +++ b/docs/content/3.api/5.commands/dev.md @@ -27,5 +27,5 @@ If you are using a self-signed certificate in development, you will need to set :: ::stabilityEdge{title="Improved HTTPS Support"} -With next releases, `NODE_TLS_REJECT_UNAUTHORIZED` is no longer required. You can try this on edge channel using `npx nuxi-edge@latest dev --https` +With next releases, `NODE_TLS_REJECT_UNAUTHORIZED` is no longer required. ::