refactor(tui): extract standalone package (#31193)
This commit is contained in:
@@ -8,6 +8,6 @@ export default Runtime.handler(Commands, () =>
|
||||
const daemon = yield* Daemon.Service
|
||||
const transport = yield* daemon.transport()
|
||||
const { runTui } = yield* Effect.promise(() => import("../../tui"))
|
||||
yield* Effect.promise(() => runTui(transport))
|
||||
yield* runTui(transport)
|
||||
}),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user