If I create a basic electron-vite project using svelte
npm create @quick-start/electron@latest
And try to add basic <style></style> tag anywhere, I do get an exception on the main screen
Cannot read properties of undefined (reading 'client')
Is there a workaround?