Hi!
I encountered some strange issue with my project: https://fx.wtf
If I do go run, everything works.
node -e 'console.log(123)' | go run .
But if I do
go install
node -e 'console.log(123)' | fx
Suddenly bubbletea can't get any keystrokes.

I susspect stdin was closed?
In nodejs project was able to reopen tty via something like this: https://github.com/indutny/reopen-tty
Hi!
I encountered some strange issue with my project: https://fx.wtf
If I do go run, everything works.
But if I do
Suddenly bubbletea can't get any keystrokes.
I susspect stdin was closed?
In nodejs project was able to reopen tty via something like this: https://github.com/indutny/reopen-tty