Buckets:
| import { EOL } from "os" | |
| import * as Effect from "effect/Effect" | |
| import { Commands } from "../../commands" | |
| import { Runtime } from "../../../framework/runtime" | |
| import { Daemon } from "../../../services/daemon" | |
| export default Runtime.handler( | |
| Commands.commands.service.commands.status, | |
| Effect.fn("cli.service.status")(function* () { | |
| const url = yield* (yield* Daemon.Service).status() | |
| process.stdout.write((url ? `running ${url}` : "stopped") + EOL) | |
| }), | |
| ) | |
Xet Storage Details
- Size:
- 470 Bytes
- Xet hash:
- 0766f68552c508b514b201f568f0d3c746bfb51eeeb8c174fb0557b7630f85d3
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.