croservices / cro

Development tools for building services and distributed systems in Raku using the Cro libraries.
https://cro.services/
Artistic License 2.0
88 stars 35 forks source link

Adding `ignores:` to `cro.yml` stops reloading capabilities for cro templates #161

Closed arunvickram closed 8 months ago

arunvickram commented 8 months ago

I was reading the documentation and found that I could reduce my reload times by having cro ignore my node_modules directory, but the moment i add

ignores:
  - node_modules

cro run stops reloading on any changes to any *.crotmp in resources/templates. Does anyone have any idea what might be going on?