# Copyright 2019-2022 Tauri Programme within The Commons Conservancy
# SPDX-License-Identifier: Apache-2.0
# SPDX-License-Identifier: MIT

beforeDevCommand = {% pkg_manager_run_command %} start
beforeBuildCommand = {% pkg_manager_run_command %} build
devPath = http://localhost:1420
distDir = ../dist/{% package_name %}/browser

[files]
tauri.svg = src/assets/tauri.svg
styles.css = src/app/app.component.css
