mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
wip
This commit is contained in:

committed by
Geoff Seemueller

parent
21d6c8604e
commit
554096abb2
@@ -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 };
|
||||
|
||||
|
@@ -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:*"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user