This commit is contained in:
geoffsee
2025-06-25 13:20:59 -04:00
committed by Geoff Seemueller
parent 21d6c8604e
commit 554096abb2
86 changed files with 556 additions and 508 deletions

View File

@@ -1,5 +1,5 @@
import { ServerCoordinator } from '@open-gsio/durable-objects';
import Router from '@open-gsio/server/src/router';
import { ServerCoordinator } from '@open-gsio/coordinators';
import Router from '@open-gsio/router';
export { ServerCoordinator };

View File

@@ -12,8 +12,8 @@
"@cloudflare/vite-plugin": "^1.3.1",
"vite": "6.3.5",
"wrangler": "^4.18.0",
"@open-gsio/server": "workspace:*",
"@open-gsio/client": "workspace:*",
"@open-gsio/durable-objects": "workspace:*"
"@open-gsio/coordinators": "workspace:*",
"@open-gsio/router": "workspace:*"
}
}