Improve README and run.sh by detailing the full dependency bootstrap process and adding a dedicated bootstrap-only execution mode.

This commit is contained in:
2026-06-22 20:54:36 +02:00
parent 4225150bca
commit ccfd9992c6
2 changed files with 16 additions and 2 deletions

5
run.sh
View File

@@ -644,4 +644,9 @@ if [ "$NEED_NODE_DEPS_INSTALL" -eq 1 ]; then
write_state "$NODE_DEPS_STATE_FILE" package.json package-lock.json
fi
if [ "$HEIMGEIST_BOOTSTRAP_ONLY" = "1" ]; then
echo "Heimgeist development dependencies are ready."
exit 0
fi
npm run dev