Skip to content

Commit 05a96f5

Browse files
committed
fix: bidings push
1 parent bd8ccfc commit 05a96f5

File tree

3 files changed

+832
-2
lines changed

3 files changed

+832
-2
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ examples
66
target
77
test.json
88
test_info.json
9-
src/bindings.ts

src-tauri/src/main.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,8 @@ async fn start() {
171171

172172
let builder: tauri_specta::Builder =
173173
tauri_specta::Builder::<tauri::Wry>::new().commands(specta_collect_commands!());
174-
174+
175+
#[cfg(debug_assertions)]
175176
{
176177
use specta_typescript::Typescript;
177178

0 commit comments

Comments
 (0)