Buckets:
| import { AppConfig } from "@opencode-ai/stats-core/config" | |
| import { runtime } from "@opencode-ai/stats-core/runtime" | |
| import { Effect } from "effect" | |
| export async function GET() { | |
| return Response.json( | |
| await runtime.runPromise( | |
| Effect.gen(function* () { | |
| const config = yield* AppConfig | |
| return { | |
| ok: true, | |
| app: "stats", | |
| stage: config.stage, | |
| publicUrl: config.publicUrl, | |
| } | |
| }), | |
| ), | |
| ) | |
| } | |
Xet Storage Details
- Size:
- 470 Bytes
- Xet hash:
- e6b8aef2624b0a4eb55f69eb1d430165c99dffc3f0b37d8ad25164bfabcb8599
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.