We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd8ccfc commit 05a96f5Copy full SHA for 05a96f5
.gitignore
@@ -6,4 +6,3 @@ examples
6
target
7
test.json
8
test_info.json
9
-src/bindings.ts
src-tauri/src/main.rs
@@ -171,7 +171,8 @@ async fn start() {
171
172
let builder: tauri_specta::Builder =
173
tauri_specta::Builder::<tauri::Wry>::new().commands(specta_collect_commands!());
174
-
+
175
+ #[cfg(debug_assertions)]
176
{
177
use specta_typescript::Typescript;
178
0 commit comments