aboutsummaryrefslogtreecommitdiff
path: root/linklogger.sh
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2025-07-30 18:13:47 -0500
committerParker <contact@pkrm.dev>2025-07-30 18:13:47 -0500
commit2c328b0622aea8506d94d0ef7ce2d6b17c764198 (patch)
tree206977640ad7df3c6a5761f56c40fe4d28ee8e59 /linklogger.sh
parent8d888545845c7f31ec96b5e266a36ae30c91762b (diff)
peg to vite 6
Diffstat (limited to 'linklogger.sh')
-rwxr-xr-xlinklogger.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/linklogger.sh b/linklogger.sh
index 71ab398..6065479 100755
--- a/linklogger.sh
+++ b/linklogger.sh
@@ -56,7 +56,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]] || [[ "$OSTYPE" == "darwin"* ]]; then
printf "${GREEN}Installing UI dependencies...${NC}\n"
cd app || { printf "${RED}Failed to enter 'app' directory. Exiting.${NC}\n"; exit 1; }
yarn install | head -n 5
- yarn add vite | head -n 5
+ yarn add vite@^6 --dev | head -n 5
cd .. || { printf "${RED}Failed to return to the previous directory. Exiting.${NC}\n"; exit 1; }
printf "${GREEN}UI dependencies installed.${NC}\n"