We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149ba4b commit 593f90dCopy full SHA for 593f90d
.changes/dioxus-out-dir.md
@@ -0,0 +1,6 @@
1
+---
2
+"create-tauri-app": "patch"
3
+"create-tauri-app-js": "patch"
4
5
+
6
+Update `dioxus` template to use `dx bundle` and update the `frontendDist` option in the generated `tauri.conf.json` file in the template.
templates/template-dioxus/.manifest
@@ -3,9 +3,9 @@
# SPDX-License-Identifier: MIT
beforeDevCommand = dx serve --port 1420
-beforeBuildCommand = dx build --release
+beforeBuildCommand = dx bundle --release
7
devUrl = http://localhost:1420
8
-frontendDist = ../dist
+frontendDist = ../dist/public
9
withGlobalTauri = true
10
11
[files]
0 commit comments