Skip to content
Bullet

@clutchify/bullet-utilities

Variables

DEV_SERVER_DEFAULTS

const DEV_SERVER_DEFAULTS: object

Default host, port, and protocol for the development server when no overrides are provided.

Type Declaration

NameTypeDefault value
host"localhost""localhost"
port80818081
server"http""http"

HMR_CLIENT_PATH

const HMR_CLIENT_PATH: "/_hmr/client"

WebSocket path for the rspack-dev-server HMR client on web.


HMR_NATIVE_PATH

const HMR_NATIVE_PATH: "/__hmr"

WebSocket path for the native HMR broadcast (compiling/hash/ok messages).


NATIVE_LOGS_PATH

const NATIVE_LOGS_PATH: "/__client"

WebSocket path for native console.* messages forwarded by the DevClient.


SYMBOLICATE_PATH

const SYMBOLICATE_PATH: "/symbolicate"

HTTP path for React Native stack symbolication requests.