chore: rename repo references from sst/opencode to anomalyco/opencode (#6687)

Co-authored-by: Github Action <action@github.com>
This commit is contained in:
Dax 2026-01-02 16:02:52 -05:00 committed by GitHub
commit 3c41e4e8f1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 77 additions and 77 deletions

View file

@ -1,6 +1,6 @@
export async function GET() {
const response = await fetch(
"https://raw.githubusercontent.com/sst/opencode/refs/heads/dev/packages/sdk/openapi.json",
"https://raw.githubusercontent.com/anomalyco/opencode/refs/heads/dev/packages/sdk/openapi.json",
)
const json = await response.json()
return json