Replies: 1 comment 3 replies
-
Can you add the following code to your file and confirm the file path it prints is definitely not being created? println!("{:?}", PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("../../bindings.ts").display()); I wonder if Exporting the bindings file has definitely been working on main for me today. If it's not that then maybe it is to do with file permissions, what OS are you on? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am using with tauri and prisma client rust. I thought it would generate the types file when I run
tauri dev
. But it didn't.Beta Was this translation helpful? Give feedback.
All reactions