diff --git a/tv-player/serve.sh b/tv-player/serve.sh index 51c5703..fd995ab 100755 --- a/tv-player/serve.sh +++ b/tv-player/serve.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -nix-shell -p python3 --run "python3 -m http.server -b 127.0.0.1 8000" \ No newline at end of file +nix-shell -p nodejs --run "npx vite" \ No newline at end of file