Refactor ServerCoordinator and project structure for clearer durable objects organization and module imports.

This commit is contained in:
geoffsee
2025-06-18 15:53:17 -04:00
parent afc46fe2c3
commit 02ede2b0f6
7 changed files with 31 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
import Server from "@open-gsio/server";
import ServerCoordinator from "@open-gsio/server/ServerCoordinator";
import ServerCoordinator from "packages/server/durable-objects/ServerCoordinator";
export {ServerCoordinator}