Refactor: Relocate SDK files to lib and update imports

Moved all SDK files from the `sdk` directory to the `lib` directory to better align with project structure. Updated all associated import paths across the codebase to reflect this change. Removed unused or commented-out code in `SiteCoordinator.js` for better clarity and maintainability.
This commit is contained in:
geoffsee
2025-05-27 14:48:18 -04:00
committed by Geoff Seemueller
parent fc22278b58
commit 335e8eff11
14 changed files with 10 additions and 28 deletions

View File

@@ -6,7 +6,7 @@ import {
ModelSnapshotType2,
UnionStringArray,
} from "mobx-state-tree";
import ChatSdk from "../sdk/chat-sdk";
import ChatSdk from "../lib/chat-sdk";
export class CloudflareAISdk {
static async handleCloudflareAIStream(