Is there a way to start the server using HTTP.serve() that watches for file changes in the directory and restarts the serve for those changes? I am trying to figure this out for Oxygen.jl, which uses this HTTP.jl under the hood. (OxygenFramework/Oxygen.jl#122 (comment)). Any help is greatly appreciated
Is there a way to start the server using
HTTP.serve()that watches for file changes in the directory and restarts the serve for those changes? I am trying to figure this out for Oxygen.jl, which uses this HTTP.jl under the hood. (OxygenFramework/Oxygen.jl#122 (comment)). Any help is greatly appreciated