add dev script in Justfile

This commit is contained in:
2026-02-17 20:02:30 +03:00
parent 3494ad6515
commit d193e9d7a2

View File

@@ -1,3 +1,6 @@
dev:
PODCASTS_DIRPATH=./podcasts go run .
build:
docker build -t podcaster .