From aad969fc465ed7cecd4f472c83595749fd2a742f Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Sat, 25 Jan 2025 16:27:45 +0100 Subject: [PATCH] Env: Add svelte-check command to flake --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/flake.nix b/flake.nix index 045ca79..f907b45 100644 --- a/flake.nix +++ b/flake.nix @@ -139,6 +139,11 @@ help = "Serve Formula 11 (Prod)"; command = "npm run build && npm run preview -- --host --port 5173"; } + { + name = "check"; + help = "Continuously monitor for SvelteKit issues"; + command = "svelte-check --watch"; + } ]; }; });