mirror of
https://github.com/tauri-apps/create-tauri-app.git
synced 2026-01-31 00:45:16 +01:00
14 lines
393 B
Plaintext
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
|