[frontend][deps] update frontend dependencies and note in README on how to do that

This commit is contained in:
2025-03-20 19:44:35 +01:00
parent 765447e6d1
commit 393f8b5fab
3 changed files with 133 additions and 123 deletions

View File

@ -27,6 +27,9 @@ cargo tauri build --profile release-lto # also bundles everything into a nice pl
# on wayland you probably need to set this env var
WEBKIT_DISABLE_DMABUF_RENDERER=1
# update frontend dependencies
deno outdated --update --latest
```
#### Backend