feat: Added QR login
fix: Fixed webview for windows builds
This commit is contained in:
parent
01b91aa48c
commit
4739b89933
26 changed files with 545 additions and 83 deletions
|
|
@ -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
|
||||
) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue