Skip to content

Commit

Permalink
Update src/content/docs/2/guide/frontend/trunk.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Hyll <[email protected]>
  • Loading branch information
lorenzolewis and simonhyll authored Sep 2, 2023
1 parent ec9bd40 commit 8ce192a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/docs/2/guide/frontend/trunk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ You will need to use `cargo install --git https://github.com/amrbashir/trunk` wh

- Use SSG, Tauri doesn't officially support server based solutions.
- Use `address = "0.0.0.0"` so that the webserver is available on the network for mobile development.
- Enable `withGlobalTauri` to ensure that Tauri APIs are available in the `window.__TAURI__` variable and can be imported using `wasm-bindgen`.

## Example Configuration

Expand Down

0 comments on commit 8ce192a

Please sign in to comment.