Commit Graph

1 Commits

Author SHA1 Message Date
ChinhLee f91226e712 docs: cross-platform backend dev launcher with automatic command fallback
Add a small Node script that starts `backend/run.py` in a robust cross-platform way. It should detect and try backend launch commands in order, so Windows users can still use one command (`npm run dev`) even if `uv` is not installed but `python`/`py` is available.

Affected files: dev-backend.js

Signed-off-by: ChinhLee <76194645+chinhkrb113@users.noreply.github.com>
2026-04-02 21:27:46 +07:00