diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000..9da45c9 Binary files /dev/null and b/bun.lockb differ diff --git a/shell.nix b/shell.nix index 8473bf2..743cfb5 100644 --- a/shell.nix +++ b/shell.nix @@ -15,6 +15,10 @@ mkShell { |_| |_|___|_| |_|\__/ " redis-server & + +export BUN_INSTALL="$HOME/.bun" +export PATH="$BUN_INSTALL/bin:$PATH" + bun run start ''; }