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 c18536d commit bcd363cCopy full SHA for bcd363c
src-tauri/src/main.rs
@@ -55,7 +55,6 @@ async fn main() {
55
});
56
Ok(())
57
})
58
- // .manage(AppState { prisma_client })
59
.invoke_handler(tauri::generate_handler![
60
cmds::get_all_directories,
61
cmds::create_directory,
0 commit comments