2025-02-05

This commit is contained in:
2025-02-05 10:00:00 -05:00
parent 8378858043
commit dabd96a274
+1 -1
View File
@@ -6,7 +6,7 @@ elif [ -f "yarn.lock" ]; then
yarn dev
elif [ -f "pnpm-lock.yaml" ]; then
pnpm dev
elif [ -f "bun.lockb" ]; then
elif [ -f "bun.lockb" -o -f "bun.lock" ]; then
bun run dev
else
echo "No lockfile :("