From d193e9d7a25422e5389a738e59895f5f895ed842 Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Tue, 17 Feb 2026 20:02:30 +0300 Subject: [PATCH] add dev script in Justfile --- Justfile | 3 +++ 1 file changed, 3 insertions(+) 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 .