Files
archived-create-tauri-app/templates/template-dioxus/.manifest
Andrej Mihajlov 22db43928e Update Dioxus template to 0.7 (#944)
Co-authored-by: Amr Bashir <github@amrbashir.me>
2026-01-06 19:03:12 +02:00

14 lines
393 B
Plaintext

# Copyright 2019-2022 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT
beforeDevCommand = dx serve --port 1420 --interactive false
beforeBuildCommand = dx bundle --release
devUrl = http://localhost:1420
frontendDist = ../dist/public
withGlobalTauri = true
[files]
tauri.svg = assets/tauri.svg
styles.css = assets/styles.css