reload
reload copied to clipboard
When using webSocketServerWaitStart don't return a promise
Don't return a promise here. This isn't asynchronous code and allows us to load in reload in the express middleware step without having to wait for a promise to resolve. Then this step can be static.