mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-22 08:45:24 +00:00
♻️ refactor
This commit is contained in:
@@ -24,7 +24,8 @@ import { LogStreamingManager } from "./LogStreamingManager";
|
|||||||
*/
|
*/
|
||||||
export const logStreamingManager = new LogStreamingManager();
|
export const logStreamingManager = new LogStreamingManager();
|
||||||
|
|
||||||
if (build != "saas") { // this is handled separately in the saas build, so we don't want to start it here
|
if (build !== "saas") {
|
||||||
|
// this is handled separately in the saas build, so we don't want to start it here
|
||||||
logStreamingManager.start();
|
logStreamingManager.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user