Skip to content

Commit b3eccb1

Browse files
brkalowclaude
andcommitted
refactor: Remove DEFAULT_PROXY_PATH from @clerk/nextjs/server exports
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7663c8c commit b3eccb1

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

packages/nextjs/src/server/__tests__/__snapshots__/exports.test.ts.snap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
exports[`/server public exports > should not include a breaking change 1`] = `
44
[
5-
"DEFAULT_PROXY_PATH",
65
"auth",
76
"buildClerkProps",
87
"clerkClient",

packages/nextjs/src/server/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ export { reverificationErrorResponse, reverificationError } from '@clerk/backend
8181
export {
8282
clerkFrontendApiProxy,
8383
createFrontendApiProxyHandlers,
84-
DEFAULT_PROXY_PATH,
8584
type FrontendApiProxyHandlers,
8685
type FrontendApiProxyOptions,
8786
type NextFrontendApiProxyOptions,

0 commit comments

Comments
 (0)