mirror of
https://github.com/tauri-apps/tauri.git
synced 2024-12-18 08:02:13 +03:00
12 lines
324 B
TOML
12 lines
324 B
TOML
# Copyright 2019-2022 Tauri Programme within The Commons Conservancy
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
name = "tauri-schema"
|
|
main = "build/worker/shim.mjs"
|
|
compatibility_date = "2023-08-23"
|
|
send_metrics = false
|
|
|
|
[build]
|
|
command = "cargo install -q worker-build && worker-build --release"
|