Merge pull request #1958 from abserari/patch-2

Docs: on Windows Update 1200-local-dev.md build/index.html -> _build/index.html
This commit is contained in:
Tanguy ⧓ Herrmann 2022-03-31 14:25:36 +02:00 committed by GitHub
commit e4e59f5ac8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)