Env: Add svelte-check command to flake

This commit is contained in:
2025-01-25 16:27:45 +01:00
parent a3805f76a1
commit aad969fc46

View File

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