Move Tail to flipper-server-core

Summary: Tail is a server-side logging utility. We cannot add it to flipper-frontend-core as it is going to be included into the browser bundle then and break the build.

Reviewed By: antonk52

Differential Revision: D36771864

fbshipit-source-id: 169cdb88543f1e47f39e8c0976c3a3f45c0439d5
This commit is contained in:
Andrey Goncharov
2022-05-31 02:58:21 -07:00
committed by Facebook GitHub Bot
parent 0a8577e948
commit 976399b950
4 changed files with 4 additions and 5 deletions

View File

@@ -15,4 +15,3 @@ export * from './globalObject';
export * from './plugins';
export * from './flipperLibImplementation';
export * from './client/FlipperServerClient';
export * from './utils/tail';