(config: TanStackDevtoolsViteConfig)
| 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' |
nothing calls this directly
no outgoing calls
no test coverage detected