Update serve to use vite

This commit is contained in:
Dejvino 2025-11-16 21:42:01 +01:00
parent 42d78e49eb
commit a1992f899c

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
nix-shell -p python3 --run "python3 -m http.server -b 127.0.0.1 8000" nix-shell -p nodejs --run "npx vite"