Launch should be blocking and at a later stage

Summary: This should be a blocking call and done later as it depends on the FlipperServerConfig to be set.

Reviewed By: antonk52

Differential Revision: D49193650

fbshipit-source-id: 4f74ca5de30b7f992880bbb9032792fd713203b7
This commit is contained in:
Lorenzo Blasa
2023-09-13 04:06:58 -07:00
committed by Facebook GitHub Bot
parent dd6cef66f6
commit 3292945887
2 changed files with 17 additions and 11 deletions

View File

@@ -32,6 +32,7 @@ type ServerBootstrapPerformancePayload = {
appServerStartedMS: number;
developmentServerAttachedMS: number;
serverStartedMS: number;
launchedMS: number;
};
type TrackerEvents = {