Open CrypticC3s4r opened 1 month ago
What kind of issues are you facing with tsx watch?
The normal tsx watch does not recognize the file changes somehow. Using nodemon with its legacy-watch works for me. This might be an issue in sharing a volume from windows to docker. The legacy-watch watches "manually" (polling) for file changes, rather than relying on the system events and messages.
As a result I do not need to restart all docker machines to get my changes compiled rather than the nodemon recognizes a change and compiles it "on the go"
With my Setup the tsx watcher does not run correctly. Introducing nodemon with its legacy-watch fixes this problem