* Triggers HMR for a module in the module graph. You can use the `server.moduleGraph` * API to retrieve the module to be reloaded. If `hmr` is false, this is a no-op.
(module: ModuleNode)
| 402 | * API to retrieve the module to be reloaded. If `hmr` is false, this is a no-op. |
| 403 | */ |
| 404 | reloadModule(module: ModuleNode): Promise<void> |
| 405 | /** |
| 406 | * Start the server. |
| 407 | */ |
no outgoing calls
no test coverage detected