* Restart the server. * * @param forceOptimize - force the optimizer to re-bundle, same as --force cli flag
(forceOptimize?: boolean)
| 424 | * @param forceOptimize - force the optimizer to re-bundle, same as --force cli flag |
| 425 | */ |
| 426 | restart(forceOptimize?: boolean): Promise<void> |
| 427 | /** |
| 428 | * Open browser |
| 429 | */ |
no outgoing calls