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.