If I create the file `test/init.lua`, and I require it via `require 'test'`, hot reloading will not work for that file. I don't know if this is an issue with lurker or `lume.hotswap`.
If I create the file
test/init.lua, and I require it viarequire 'test', hot reloading will not work for that file.I don't know if this is an issue with lurker or
lume.hotswap.