BunRuntimeExtension.host constructor
BunRuntimeExtension.host()
Creates a host-level extension before the server starts handling requests.
Implementation
factory BunRuntimeExtension.host() {
return BunRuntimeExtension(bun: bunGlobal);
}