implementing radio

This commit is contained in:
death916 2026-01-07 01:59:06 -08:00
parent b2320fd073
commit 756f8dfd07
4 changed files with 61 additions and 54 deletions

View file

@ -16,6 +16,6 @@ pkgs.mkShell {
# export PATH="${pkgs.bun}/bin:$PATH"
# export BUN_INSTALL="${pkgs.bun}/bin/bun"
export REFLEX_USE_SYSTEM_BUN=True
echo venv activated and bun version set
echo venv activated and bun versions set
'';
}