mail based rss feed aggregator
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

add watchexec

ollie 61ecfb10 858b2c77

+2 -1
+1
flake.nix
··· 27 27 just 28 28 dbmate 29 29 sqlite 30 + watchexec 30 31 ]; 31 32 32 33 shellHook = ''
+1 -1
justfile
··· 7 7 8 8 # gleam run 9 9 dev: 10 - gleam run 10 + watchexec --restart --verbose --wrap-process=session --stop-signal SIGTERM --exts gleam,mjs --debounce 500ms --watch src/ -- "gleam run" 11 11 12 12 # gleam build 13 13 build: