Skip to content

v0.77.3

Latest
Compare
Choose a tag to compare
@ggoodman ggoodman released this 01 Mar 23:13

Changed

  • Reinstated the worker pool for .md / .mdx compilation. This attempts to spread the the work of transpiling mdx across multiple workers.

Fixed

  • Fixed invocation of server functions that do not return Promise instances by calling them in the handler of a resolved promise.