GHHG10's picture
download
raw
442 Bytes
import { Commands } from "../commands"
import { Runtime } from "../../framework/runtime"
import { Effect } from "effect"
import { Daemon } from "../../services/daemon"
export default Runtime.handler(Commands, () =>
Effect.gen(function* () {
const daemon = yield* Daemon.Service
const transport = yield* daemon.transport()
const { runTui } = yield* Effect.promise(() => import("../../tui"))
yield* runTui(transport)
}),
)

Xet Storage Details

Size:
442 Bytes
·
Xet hash:
4f4ad67fa99e83d7913a31b94f12a09bcd6ee95c7d68eafc026c1eca15e1e0ba

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.