property
Server.id
readonly id: string
An identifier of the server instance
When bun is started with the --hot flag, this ID is used to hot reload the server without interrupting pending requests or websockets.
When bun is not started with the --hot flag, this ID is unused.