mirror of
https://github.com/chrisbenincasa/tunarr.git
synced 2026-04-18 00:53:35 -04:00
build: simplify shell.nix shell hook
This commit is contained in:
@@ -37,12 +37,5 @@ pkgs.mkShell {
|
||||
echo " node: $(node --version)"
|
||||
echo " pnpm: $(pnpm --version 2>/dev/null)"
|
||||
echo " ffmpeg: $(ffmpeg -version 2>&1 | head -1)"
|
||||
echo ""
|
||||
echo "Common commands:"
|
||||
echo " pnpm i - Install dependencies"
|
||||
echo " pnpm turbo dev - Start backend (:8000) and frontend (:5173)"
|
||||
echo " pnpm turbo build - Build all packages"
|
||||
echo " pnpm turbo test - Run tests"
|
||||
echo " pnpm turbo typecheck - Run typechecker"
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user