Files
omarchy/migrations/1761274806.sh
2025-10-23 23:03:00 -04:00

6 lines
126 B
Bash

echo "Ensure node is available via mise (for treesitter cli)"
if omarchy-cmd-missing node; then
mise use -g node@latest
fi