tauri-sys/examples/test/src-tauri/ci.tauri.conf.json
2022-11-03 18:52:21 +01:00

6 lines
138 B
JSON

{
"build": {
"beforeDevCommand": "trunk serve --features ci",
"beforeBuildCommand": "trunk build --release --features ci"
}
}