We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a690852 commit 39d6052Copy full SHA for 39d6052
docs/safe-from-scratch.md
@@ -62,7 +62,7 @@ npm install vite
62
> Vite is a multi-purpose tool used to aid development and packaging of JavaScript applications.
63
* You can now launch the application.
64
```bash
65
-dotnet fable watch -o output -s --run npx vite`
+dotnet fable watch -o output -s --run npx vite
66
```
67
This command tells Fable to compile all F# into the `output` folder and then launches Vite, which acts as a local development web server.
68
0 commit comments