bug: No links on Windows with the dev command
Provide environment information
System: OS: Windows 11 10.0.22621 CPU: (12) x64 12th Gen Intel(R) Core(TM) i7-1255U Memory: 8.78 GB / 31.62 GB Binaries: Node: 20.17.0 - ~\AppData\Local\pnpm\node.EXE npm: 10.8.2 - ~\AppData\Local\pnpm\npm.CMD pnpm: 9.9.0 - ~\AppData\Local\pnpm\pnpm.EXE bun: 1.1.3 - ~.bun\bin\bun.EXE
Describe the bug
The dev command (ie pnpm dlx trigger.dev@latest dev) outputs links to "Test tasks" and "View runs" with hyperlink behind them.
I'm on Windows with Powershell 7 (v7.4.5 to be exact) and there are no links or URLs visible.
Although Powershell does support clicking URLs, it probably does not support a link with text and url.
Fallback to display plain urls would be awesome. Like Matt said:
https://discord.com/channels/1066956501299777596/1066956844553207828/1288797406711775273
Reproduction repo
n/a
To reproduce
Get a PC. Run dev command in Powershell.
Additional information
No response