From c3a25eff78635725472096fe2626021ee50f36b0 Mon Sep 17 00:00:00 2001 From: Frank Date: Fri, 29 Aug 2025 19:34:56 -0400 Subject: wip: cloud --- cloud/function/src/gateway.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloud/function/src/gateway.ts') diff --git a/cloud/function/src/gateway.ts b/cloud/function/src/gateway.ts index 2f498276f..c8b39990f 100644 --- a/cloud/function/src/gateway.ts +++ b/cloud/function/src/gateway.ts @@ -3,7 +3,7 @@ import { Hono, MiddlewareHandler } from "hono" import { cors } from "hono/cors" import { HTTPException } from "hono/http-exception" import { zValidator } from "@hono/zod-validator" -import { Resource } from "sst" +import { Resource } from "@opencode/cloud-core/util/resource.js" import { type ProviderMetadata, type LanguageModelUsage, generateText, streamText } from "ai" import { createAnthropic } from "@ai-sdk/anthropic" import { createOpenAI } from "@ai-sdk/openai" -- cgit v1.2.3