fix: resolve CI failures — clippy lint + lockfile sync

- unwrap_or_else → unwrap_or for constant IpAddr (Rust 1.93 clippy)
- Update pnpm-lock.yaml with vitest/playwright dev deps
- Rebuild dashboard build/ artifacts

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Sam Valladares 2026-03-03 14:20:37 -06:00
parent 9bdcc69ce3
commit 85fcaedcef
46 changed files with 436 additions and 19 deletions

View file

@ -11,12 +11,12 @@
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" href="/favicon.svg" />
<link rel="manifest" href="/manifest.json" />
<link href="/dashboard/_app/immutable/entry/start.DFI9HUYp.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/gFolWfSi.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/entry/start.B2d_kw0s.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DunNqS1N.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/C9Z4nxhR.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DnKV7_Y9.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/CkyfbJUz.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/entry/app.DfAGudnT.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/entry/app.Cznegg3r.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DP9qWekZ.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/DPfxVJHQ.js" rel="modulepreload">
<link href="/dashboard/_app/immutable/chunks/Bzak7iHL.js" rel="modulepreload">
@ -32,7 +32,7 @@
<div style="display: contents">
<script>
{
__sveltekit_lu49g9 = {
__sveltekit_1bqbquz = {
base: "/dashboard",
assets: "/dashboard"
};
@ -40,8 +40,8 @@
const element = document.currentScript.parentElement;
Promise.all([
import("/dashboard/_app/immutable/entry/start.DFI9HUYp.js"),
import("/dashboard/_app/immutable/entry/app.DfAGudnT.js")
import("/dashboard/_app/immutable/entry/start.B2d_kw0s.js"),
import("/dashboard/_app/immutable/entry/app.Cznegg3r.js")
]).then(([kit, app]) => {
kit.start(app, element);
});