You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update vfs to its own module, with internal mem caching for text-based content mimes to improve performance further, uses better path traversal using async path generation, but now the syntax for server.static is a promise as a result instead of being synchronous, basically the generator has to walk the file tree now through a generator and then store the content that it can in memory rather than reading it on request
update static - remove from config and create top level callback on server creations, remove cli config finder and just make it inline serve path / port