Skip to content

Commit

Permalink
chore(clerk-sdk-node): Reintroduce missing export
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Mar 12, 2024
1 parent 08118ed commit f4bc0d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/sdk-node/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import type {
WithAuthProp,
} from './types';

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

0 comments on commit f4bc0d4

Please sign in to comment.