Start FlipperServerImpl as part of flipper-server
Summary: The previous started up a dev / web server for bundling in flipper-server, this diff starts the flipper server itself, so that we can connect the client to it (done in next diffs) Reviewed By: passy, aigoncharov Differential Revision: D32627390 fbshipit-source-id: b48de20f076e1e13842368d16a090708d533b69e
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0dfc73da93
commit
1308edc790
@@ -160,7 +160,7 @@ export type FlipperServerCommands = {
|
||||
'keychain-unset': (service: string) => Promise<void>;
|
||||
};
|
||||
|
||||
type ENVIRONMENT_VARIABLES =
|
||||
export type ENVIRONMENT_VARIABLES =
|
||||
| 'NODE_ENV'
|
||||
| 'DEV_SERVER_URL'
|
||||
| 'CONFIG'
|
||||
|
||||
Reference in New Issue
Block a user