mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-15 12:55:51 +00:00
The dev script previously used a relative path "src/entrypoints/cli.tsx" which would fail when executed from outside the project root directory. Changes: - Add path resolution using import.meta.url to locate project root - Use absolute path for cli.tsx entry point - Set cwd option in Bun.spawnSync to ensure correct working directory This allows running "bun run /path/to/scripts/dev.ts" from any directory. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>