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> |
||
|---|---|---|
| .. | ||
| defines.ts | ||
| dev-debug.ts | ||
| dev.ts | ||
| download-ripgrep.ts | ||
| health-check.ts | ||