Refactor environment variable declarations, enhance image handling in item forms, and update asset references in SvelteKit project for improved functionality and performance.
CI / build (push) Has been skipped
CI / deploy (push) Successful in 1m53s

This commit is contained in:
eewing
2026-02-17 15:13:03 -06:00
parent 9022114c8d
commit 7ac169c1e4
238 changed files with 35126 additions and 1344 deletions
@@ -0,0 +1,13 @@
import "clsx";
function _page($$renderer, $$props) {
let { data } = $$props;
$$renderer.push(`<main class="flex min-h-screen flex-col items-center justify-center p-4">`);
{
$$renderer.push("<!--[!-->");
$$renderer.push(`<div class="w-full max-w-sm space-y-4 rounded-xl border bg-card p-6 shadow-sm"><div class="space-y-1"><h1 class="text-lg font-semibold">Login</h1> <p class="text-muted-foreground text-sm">Enter your email and password to sign in.</p></div> <p class="text-muted-foreground text-sm">Loading form…</p></div>`);
}
$$renderer.push(`<!--]--></main>`);
}
export {
_page as default
};