* Launches the dev server and returns immediately. * * Throws if this server is already running.
()
| 37 | * Throws if this server is already running. |
| 38 | */ |
| 39 | start(): void; |
| 40 | |
| 41 | /** |
| 42 | * If the dev server is running, stops it. |
no outgoing calls
no test coverage detected