From 2146109725115a9d01cc08ebbe3ef9c533ef1a89 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 14 Feb 2025 15:52:27 +0100 Subject: build(.envrc): Always save the `output.info.json` if in devshell --- .envrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.envrc b/.envrc index 0d242f2..3e9fed6 100644 --- a/.envrc +++ b/.envrc @@ -21,3 +21,5 @@ PATH_add ./python_update export PYO3_PYTHON=python3 export DATABASE_URL="sqlite://$root/target/database.sqlite" + +export YT_STORE_INFO_JSON=yes -- cgit 1.4.1