Open giraffekey opened 4 years ago
Some sort of "onUpdate" handler would be helpful:
liveServer.start({ ... onUpdate() { console.log("Updating...") // some more code } })
Someone found a way to do it here
Some sort of "onUpdate" handler would be helpful: