Commit Graph

3 Commits

Author SHA1 Message Date
ChinhLee 8da35b6f8e
Merge f91226e712 into b5b53acc57 2026-08-08 11:08:46 +07:00
666ghj 4ebb2ed6e9 feat: localize star history 2026-07-21 15:46:53 +08:00
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