A fairly simple resource that will watch other resources for you and hot reload them when changes are detected. The file locations are extracted from the fxmanifest.lua files of each resource. Glob patterns are supported.
watch <resource1> <resource2> <resource2>
Start watching resourceswatch all
Start watching all resourcesunwatch <resource1> <resource2> <resource3>
Stop watching resourcesunwatch all
Stop watching all resourceswatching
List all of the resources currently being watched.
Requires add_ace resource.mm-hot-reload command.stop allow
and add_ace resource.mm-hot-reload command.start allow
in server config.