Merge branch 'dev' into rdp-ssh

This commit is contained in:
Owen
2026-05-19 20:12:05 -07:00
41 changed files with 3932 additions and 953 deletions

View File

@@ -24,7 +24,8 @@ import { LogStreamingManager } from "./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();
}