mirror of
https://github.com/tauri-apps/create-tauri-app.git
synced 2026-01-31 00:45:16 +01:00
13 lines
379 B
Plaintext
13 lines
379 B
Plaintext
# Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
devCommand = {{pkg_manager_run_command}} dev
|
|
buildCommand = {{pkg_manager_run_command}} build
|
|
devPath = http://localhost:1420
|
|
distDir = ../dist
|
|
|
|
[files]
|
|
vite.svg = public/vite.svg
|
|
tauri.svg = public/tauri.svg
|
|
solid.svg = src/assets/logo.svg |