tauri-plugin-sql
tauri-plugin-sql copied to clipboard
Unable to run examples
Hi,
I have troubles using the plugin with SvelteKit. Despite using an init function (like shown in the example) in the onMount-Hook, I get an error of "window is not defined".
I was therefore trying to run the example in dev in order to learn from it. If I try to npm install, I get an error of "npm ERR! Unsupported URL Type "link:": link:../.." though. How can I start a dev server?
Thanks and cheers