docs: change lite-server baseDir path to output folder (#32164)

In lite-server baseDir, path should be the output folder path, So need to change `baseDir="dist"` to `baseDir="dist/project-name"`

PR Close #32164
This commit is contained in:
Ankit Prajapati 2019-08-16 15:41:12 +05:30 committed by atscott
parent c885178d5f
commit 7c7fcd7ab8
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ You will need two terminals to get the live-reload experience.
<code-example language="none" class="code-shell">
lite-server --baseDir="dist"
lite-server --baseDir="dist/project-name"
</code-example>