Skip to content

Commit

Permalink
Export SOCKET_CONFIG_TOKEN (rodgc#188)
Browse files Browse the repository at this point in the history
This is needed if one needs to extend a basic configuration with
namespaces, for example.
  • Loading branch information
barbieri authored Dec 27, 2024
1 parent 6ff0545 commit 64774f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { SocketIoModule } from './src/socket-io.module';
export { SocketIoModule, SOCKET_CONFIG_TOKEN } from './src/socket-io.module';
export { SocketIoConfig } from './src/config/socket-io.config';
export { WrappedSocket as Socket } from './src/socket-io.service';

0 comments on commit 64774f4

Please sign in to comment.