Skip to content

Commit f4bc0d4

Browse files
committed
chore(clerk-sdk-node): Reintroduce missing export
1 parent 08118ed commit f4bc0d4

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/sdk-node/src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ import type {
1010
WithAuthProp,
1111
} from './types';
1212

13-
/*
13+
export * from '@clerk/backend';
14+
/**
1415
* The order of these exports is important, as we want Clerk from clerk/sdk-node
1516
* to shadow the Clerk export from clerk/backend, because it needs to support
1617
* 2 additional apis: clerk.expressWithAuth, clerk.expressRequireAuth

0 commit comments

Comments
 (0)