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"; + } ]; }; });