blob: 9b59534faa942828bcac7666289ea769ca71c64f (
plain)
1
2
3
4
5
6
7
8
9
10
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
|