mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
Refactor ServerCoordinator
and project structure for clearer durable objects organization and module imports.
This commit is contained in:
2
packages/env/env.d.ts
vendored
2
packages/env/env.d.ts
vendored
@@ -4,7 +4,7 @@ interface Env {
|
||||
EMAIL_SERVICE: any;
|
||||
|
||||
// Durable Objects
|
||||
SERVER_COORDINATOR: import("packages/server/ServerCoordinator.ts");
|
||||
SERVER_COORDINATOR: import("packages/server/durable-objects/ServerCoordinator.ts");
|
||||
|
||||
// Handles serving static assets
|
||||
ASSETS: Fetcher;
|
||||
|
Reference in New Issue
Block a user