feat: Added QR login

fix: Fixed webview for windows builds
This commit is contained in:
Simeon Radivoev 2026-03-03 15:51:47 +02:00
parent 01b91aa48c
commit 4739b89933
Signed by: simeonradivoev
GPG key ID: 7611A451D2A5D37A
26 changed files with 545 additions and 83 deletions

View file

@ -49,6 +49,10 @@ export default defineConfig(() =>
minify: production,
sourcemap: production ? false : 'inline',
rollupOptions: {
input: {
main: 'src/mainview/index.html',
login: 'src/mainview/auth/qr/index.html'
},
output: {
manualChunks: (id
) =>