diff options
author | Ben Sima <ben@bsima.me> | 2020-04-10 17:49:01 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2020-04-10 18:23:38 -0700 |
commit | 76112b8bd26c0e282d5479ccae9d79c4dc28c35d (patch) | |
tree | 7c3343bae164552efeaed3665c7b7f1a03e825bf /.envrc | |
parent | 61e21346a6947327bf5394f6c73499621c494986 (diff) |
Replace Config/Init/Logger with envy and simpler code
Idk what I was thinking, I dodn't need any of that stuff.
Diffstat (limited to '.envrc')
-rw-r--r-- | .envrc | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |