Add foundry terminal and process pane

This commit is contained in:
Nathan Flurry 2026-03-10 23:55:43 -07:00
parent 0471214d65
commit 28c4ac22ff
16 changed files with 2412 additions and 36 deletions

View file

@ -1,7 +1,8 @@
import { createBackendClient } from "@openhandoff/client";
import { backendEndpoint, defaultWorkspaceId } from "./env";
import { backendEndpoint, defaultWorkspaceId, frontendClientMode } from "./env";
export const backendClient = createBackendClient({
endpoint: backendEndpoint,
defaultWorkspaceId,
mode: frontendClientMode,
});