Commit Graph

2 Commits

Author SHA1 Message Date
Brandon Zhang
b1fdd98740 fix(script): add Windows .venv/Scripts path fallback in server.sh
On Windows the venv Python binary lives at .venv/Scripts/python.exe,
not .venv/bin/python.  Fall back to the Windows path when the Unix
path does not exist so the script works cross-platform.
2026-03-27 13:53:38 +08:00
86eba27a24 init 2026-03-27 03:58:57 +08:00