Work on feed page

This commit is contained in:
Jon Staab
2026-02-17 17:15:00 -08:00
parent 3af56f6bb1
commit dc314a1d1b
8 changed files with 298 additions and 5 deletions
Executable
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/env zsh
onchange src -ik -- npx svelte-kit sync &
onchange src -ik -- bash -c 'unbuffer npx svelte-check --tsconfig ./tsconfig.json | less -R' &
wait