Add migration to add node if it's missing

This commit is contained in:
Ryan Hughes
2025-10-23 23:03:00 -04:00
parent 7882893a23
commit a37495e3d1

5
migrations/1761274806.sh Normal file
View File

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