Hi, I'm writing a program with tauri and SvelteKit and it's rather annoying that the window always catches focus when the app is rebuilt.
Is there an option to change that behaviour? Is it just me? Would be a nice option anyways.
But maybe my actual problem is that cargo tauri dev rebuilds the whole application when it detects frontend changes, although I'm using Vite as a frontend server (due to SvelteKit) and devPath (all as per your guide). Which seems kind of pointless. And therefore feels like I'm doing something wrong.