mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
8 lines
215 B
TypeScript
8 lines
215 B
TypeScript
import { ServerCoordinator } from '@open-gsio/coordinators';
|
|
import Router from '@open-gsio/router';
|
|
import { error } from 'itty-router';
|
|
|
|
export { ServerCoordinator };
|
|
|
|
export default Router.Router().catch(error);
|