feat : better shell.nix and bun.lockb
This commit is contained in:
parent
05bae2330d
commit
05931a77d3
2 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@ mkShell {
|
|||
|_| |_|___|_| |_|\__/
|
||||
"
|
||||
redis-server &
|
||||
|
||||
export BUN_INSTALL="$HOME/.bun"
|
||||
export PATH="$BUN_INSTALL/bin:$PATH"
|
||||
|
||||
bun run start
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue