We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ffd1de commit 8b505dbCopy full SHA for 8b505db
packages/nextjs/src/index.ts
@@ -18,5 +18,8 @@
18
19
export {default as AsgardeoNext} from './AsgardeoNextClient';
20
21
+// TODO: Remove this export once the docs are live.
22
+export * from './server';
23
+
24
// @asgardeo/nextjs exports.
25
export * from './client';
0 commit comments