mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
init
This commit is contained in:
8
workers/site/worker.ts
Normal file
8
workers/site/worker.ts
Normal 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();
|
Reference in New Issue
Block a user