MCPcopy Create free account
hub / github.com/TanStack/devtools / apply

Function apply

packages/devtools-vite/src/plugin.ts:131–133  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

129 // start() now handles EADDRINUSE and returns the actual port
130 devtoolsPort = await bus.start()
131 if ((server as any).environments) {
132 const teardownBridge = wireRuntimeBridgeChannels(
133 server as unknown as Parameters<
134 typeof wireRuntimeBridgeChannels
135 >[0],
136 () => globalThis.__TANSTACK_EVENT_TARGET__,

Callers 1

index.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected