v0.1.58
Fix: Cloudflared tunnel connectivity in bundled app
- 번들 앱에서 cloudflared 터널 연결 안 되는 문제 수정
- 번들된 macOS 앱은 기본 PATH가
/usr/bin:/bin:/usr/sbin:/sbin뿐이라 cloudflared 프로세스가 필요한 경로를 찾지 못함 - tunnel spawn 시
/opt/homebrew/bin,~/.local/bin등을 포함한 enriched PATH 환경변수 설정 추가 cloudflared_command핸들러에도 동일한 PATH 보강 적용- 디버그 로그 추가:
[tunnel] trying cloudflared: <path>/[tunnel] trying ngrok: <path>
- 번들된 macOS 앱은 기본 PATH가