Remove unused services and refactor SDK structure

Deleted outdated SDKs and services, including DocumentService and markdown-sdk. Consolidated and relocated SDKs into a unified "providers" structure to improve maintainability. Updated imports and adjusted utils naming for consistency.
This commit is contained in:
geoffsee
2025-05-27 14:46:32 -04:00
committed by Geoff Seemueller
parent ceeefeff14
commit fc22278b58
24 changed files with 28 additions and 521 deletions

View File

@@ -1,8 +1,8 @@
import { createRouter } from "./api-router";
import SiteCoordinator from "./durable_objects/SiteCoordinator";
// exports durable object
// durable object
export { SiteCoordinator };
// exports worker
// worker
export default createRouter();