Skip to content

fix: support Windows root scripts - #25

Open
sunshinexcode wants to merge 1 commit into
mainfrom
feat/windows-compatibility
Open

fix: support Windows root scripts#25
sunshinexcode wants to merge 1 commit into
mainfrom
feat/windows-compatibility

Conversation

@sunshinexcode

Copy link
Copy Markdown
Collaborator

Summary

  • Replace POSIX-only root scripts with a cross-platform Bun runner.
  • Support Windows setup/dev/doctor/verify/clean flows without requiring bash, source, test, rm -rf, or python3.
  • Resolve Python virtualenv paths correctly on Windows and POSIX platforms.
  • Update setup and verification docs for the Windows-compatible workflow.

Verification

  • node --check scripts/run.mjs
  • bun run doctor
  • bun run verify:backend

Notes

Tested the updated flow on Windows PowerShell with bun run dev; the backend and frontend start without the previous POSIX shell failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant