| 5 | import { Index } from "@upstash/vector" |
| 6 | |
| 7 | interface 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 | |
| 21 | export const j = jstack.init<Env>() |
| 22 |
nothing calls this directly
no outgoing calls
no test coverage detected