From 76a0e737a249010efe15e1092e33c87656a47c5b Mon Sep 17 00:00:00 2001 From: abserari Date: Thu, 31 Mar 2022 19:42:07 +0800 Subject: [PATCH] Docs Update:1200-local-dev.md build/index.html -> _buld/index/html Signed-off-by: abserari --- docs/getting-started/1200-local-dev.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/1200-local-dev.md b/docs/getting-started/1200-local-dev.md index fd82bad4..a3b1fda7 100644 --- a/docs/getting-started/1200-local-dev.md +++ b/docs/getting-started/1200-local-dev.md @@ -259,7 +259,7 @@ With an empty cache, installing all dependencies, then testing & generating a bu Since this is a static application, we can open the files which are generated in `actions.build.contents` in a browser. The last step - `client.filesystem.build.write` - copies the build result into the `_build` directory on the host. -On Windows, we run `start build/index.html` in our `Command Prompt` terminal and see the following app preview: +On Windows, we run `start _build/index.html` in our `Command Prompt` terminal and see the following app preview: ![todoapp preview](/img/getting-started/todoapp.macos.png)