class BundleDetector

Methods

string|null
detect()

Detect and return the path to the SSR bundle file.

static void
flushState()

Flush all static state.

Details

at line 25
string|null detect()

Detect and return the path to the SSR bundle file.

The result is cached for the worker lifetime to avoid repeated filesystem checks on every SSR dispatch.

Return Value

string|null

at line 56
static void flushState()

Flush all static state.

Return Value

void