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

Function defineDevtoolsConfig

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

Source from the content-addressed store, hash-verified

106 },
107 async configureServer(server) {
108 if (serverBusEnabled) {
109 const preferredPort = args?.eventBusConfig?.port ?? 4206
110 const isHttps = !!server.config.server.https
111 const serverHost =
112 typeof server.config.server.host === 'string'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected