mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-01 17:39:39 +02:00
fix(ts): stabilize live stack smoke
This commit is contained in:
parent
fab718dce8
commit
ef90920dfc
5 changed files with 6 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
import { BunRuntime } from "@effect/platform-bun";
|
||||
import * as BunHttpClient from "@effect/platform-bun/BunHttpClient";
|
||||
import { DispatchInput, makeEffectRpcClient } from "@trustgraph/client";
|
||||
import { DispatchInput, makeEffectRpcClient } from "../packages/client/src/index.js";
|
||||
import { Config, Effect, Option as O, Schema as S } from "effect";
|
||||
import { HttpClient, HttpClientRequest } from "effect/unstable/http";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue