fix(desktop): implement bearer token auth for windows webview2

This commit is contained in:
2026-07-16 14:30:28 -04:00
parent 77313671b6
commit d4fff01e35
2 changed files with 43 additions and 10 deletions
+3 -6
View File
@@ -61,13 +61,10 @@ jobs:
rustc --version
shell: cmd
- name: Cache Rust target and registry
uses: actions/cache@v3
uses: Swatinem/rust-cache@v2
with:
path: |
~/.cargo/registry
~/.cargo/git
web/src-tauri/target
key: ${{ runner.os }}-cargo-${{ hashFiles('web/src-tauri/Cargo.lock') }}
workspaces: |
web/src-tauri
- name: Build frontend
run: cd web && npm ci && npm run build
shell: cmd