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.
debug
1 parent 1e26c12 commit f46d02cCopy full SHA for f46d02c
1 file changed
src/index.ts
@@ -86,7 +86,7 @@ export function tauri(options?: {
86
),
87
},
88
}),
89
- options?.debug ? "--debug" : "",
+ ...(options?.debug ? ["--debug"] : []),
90
],
91
"vite-plugin-tauri"
92
);
0 commit comments