mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
9 lines
215 B
TypeScript
9 lines
215 B
TypeScript
import { createRouter } from "./api-router";
|
|
import SiteCoordinator from "./durable_objects/SiteCoordinator";
|
|
|
|
// exports durable object
|
|
export { SiteCoordinator };
|
|
|
|
// exports worker
|
|
export default createRouter();
|