Create a provider that contributes an inline notification dispatcher.
Use it as the dev-default notifications port in server/providers.ts.
Channel handlers run with an app service context built lazily through the
server context blueprint on each send, so the provider is safe to register
before all providers have started. Sends are recorded as devtools events
through the notifications watcher when an instrumentation port is
installed.
Create a provider that contributes an inline notification dispatcher.
Use it as the dev-default
notificationsport inserver/providers.ts. Channel handlers run with an app service context built lazily through the server context blueprint on each send, so the provider is safe to register before all providers have started. Sends are recorded as devtools events through thenotificationswatcher when an instrumentation port is installed.