diff --git a/Justfile b/Justfile index 06e129a..61afb7f 100644 --- a/Justfile +++ b/Justfile @@ -1,3 +1,6 @@ +dev: + PODCASTS_DIRPATH=./podcasts go run . + build: docker build -t podcaster .