Is there a way to add a custom watch process

I’m putting together an expo reasonml application and thus need to run bucklescript to compile to js.

I was wondering if there was a way to hook into the expo watch monitors so I could add bsb to it so that bsb output could show up in the same logs when I run expo start?

Elixir’s Phoenix Framework has this functionality and it’s incredibly convenient: Phoenix will watch your JS for you, just watch! - Today I Learned

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.