mirror of
https://github.com/samvallad33/vestige.git
synced 2026-04-25 00:36:22 +02:00
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:
parent
9bdcc69ce3
commit
85fcaedcef
46 changed files with 436 additions and 19 deletions
|
|
@ -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);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue