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:
committed by
Facebook GitHub Bot
parent
dd6cef66f6
commit
3292945887
@@ -32,6 +32,7 @@ type ServerBootstrapPerformancePayload = {
|
||||
appServerStartedMS: number;
|
||||
developmentServerAttachedMS: number;
|
||||
serverStartedMS: number;
|
||||
launchedMS: number;
|
||||
};
|
||||
|
||||
type TrackerEvents = {
|
||||
|
||||
Reference in New Issue
Block a user