From 76112b8bd26c0e282d5479ccae9d79c4dc28c35d Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 10 Apr 2020 17:49:01 -0700 Subject: Replace Config/Init/Logger with envy and simpler code Idk what I was thinking, I dodn't need any of that stuff. --- .envrc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.envrc') diff --git a/.envrc b/.envrc index 1e97e1d..9b59534 100644 --- a/.envrc +++ b/.envrc @@ -1,4 +1,11 @@ +# idk if these work export GUILE_LOAD_PATH=$PWD export NIX_PATH=$PWD:$NIX_PATH + +# tooling for bild/repl/push scripts export PATH=$PWD:$PATH export BIZ_ROOT=$PWD + +# defaults for doing dev stuff +export HERO_PORT=3000 +export HERO_CLIENT=$PWD/_bild/Com.MusicMeetsComics.Client/static -- cgit v1.2.3