From d89393e1bbed0369673537895da8dc034f63e1dd Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Sun, 22 Aug 2021 08:33:41 +0530 Subject: [PATCH] docs: update --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0d3ff793fd..731e2050a5 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,8 @@ Options: --ipc [value] Listen to a unix socket. --live-reload Enables reload/refresh the page(s) when file changes are detected (enabled by default). --no-live-reload Negative 'live-reload' option. + --magic-html Enables/Disables magic HTML routes (enabled by default). + --no-magic-html Negative 'magic-html' option. --open [value...] Allows to configure dev server to open the browser(s) and page(s) after server had been started (set it to true to open your default browser). --no-open Negative 'open' option.