MCPcopy Index your code
hub / github.com/upstash/jstack / Env

Interface Env

www/src/server/jstack.ts:7–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { Index } from "@upstash/vector"
6
7interface Env {
8 Bindings: {
9 GITHUB_TOKEN: string
10 QSTASH_TOKEN: string
11 AMPLIFY_URL: string
12 QSTASH_NEXT_SIGNING_KEY: string
13 QSTASH_CURRENT_SIGNING_KEY: string
14 UPSTASH_REDIS_REST_URL: string
15 UPSTASH_REDIS_REST_TOKEN: string
16 UPSTASH_VECTOR_REST_URL: string
17 UPSTASH_VECTOR_REST_TOKEN: string
18 }
19}
20
21export const j = jstack.init<Env>()
22

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected