feat: checkpoint
This commit is contained in:
5
platform/relay/libraries/context.ts
Normal file
5
platform/relay/libraries/context.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
export interface ServerContext {
|
||||
id: string;
|
||||
}
|
||||
|
||||
export const context: ServerContext = {} as any;
|
||||
Reference in New Issue
Block a user