Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changes/dioxus-out-dir.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"create-tauri-app": "patch"
"create-tauri-app-js": "patch"
---

Update `dioxus` template to use `dx bundle` and update the `frontendDist` option in the generated `tauri.conf.json` file in the template.
4 changes: 2 additions & 2 deletions templates/template-dioxus/.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
# SPDX-License-Identifier: MIT

beforeDevCommand = dx serve --port 1420
beforeBuildCommand = dx build --release
beforeBuildCommand = dx bundle --release
devUrl = http://localhost:1420
frontendDist = ../dist
frontendDist = ../dist/public
withGlobalTauri = true

[files]
Expand Down