From 64774f4d2e8e2b9adb0def9797c8fdae44ee9ffb Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Fri, 27 Dec 2024 14:22:15 -0300 Subject: [PATCH] Export SOCKET_CONFIG_TOKEN (#188) This is needed if one needs to extend a basic configuration with namespaces, for example. --- index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.ts b/index.ts index 3169979..e4e9c54 100644 --- a/index.ts +++ b/index.ts @@ -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'; \ No newline at end of file