From eedc7f9a85ac41ecc9b4dad71cb15684d3e84d2b Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Tue, 17 Dec 2024 17:20:22 +0100 Subject: [PATCH] Lib: Comments --- flake.nix | 2 +- src/lib/components/LazyCard.svelte | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 9069735..045ca79 100644 --- a/flake.nix +++ b/flake.nix @@ -125,7 +125,7 @@ # Use $1 for positional args commands = [ { - name = "db"; + name = "pb"; help = "Serve PocketBase"; command = "pocketbase serve --http 192.168.86.50:8090"; } diff --git a/src/lib/components/LazyCard.svelte b/src/lib/components/LazyCard.svelte index 85c75bc..52b4c2a 100644 --- a/src/lib/components/LazyCard.svelte +++ b/src/lib/components/LazyCard.svelte @@ -47,8 +47,6 @@ }; - -