This commit is contained in:
geoffsee
2025-05-22 23:14:01 -04:00
commit 33679583af
242 changed files with 15090 additions and 0 deletions

8
workers/site/worker.ts Normal file
View File

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