Skip to content

Commit

Permalink
Sync exports for @vercel/remix
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Oct 22, 2024
1 parent 2ad39ba commit 2bb91b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/vercel-remix/edge/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export { handleRequest } from "./entry.server";
export {
createRequestHandler,
createSession,
unstable_data,
data,
defer,
broadcastDevReady,
logDevReady,
Expand Down Expand Up @@ -38,6 +38,7 @@ export type {
DataFunctionArgs,
EntryContext,
ErrorResponse,
Future,
HandleDataRequestFunction,
HandleDocumentRequestFunction,
HeadersArgs,
Expand Down
3 changes: 2 additions & 1 deletion packages/vercel-remix/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export { handleRequest } from "./entry.server";
export {
createRequestHandler,
createSession,
unstable_data,
data,
defer,
broadcastDevReady,
logDevReady,
Expand Down Expand Up @@ -39,6 +39,7 @@ export type {
DataFunctionArgs,
EntryContext,
ErrorResponse,
Future,
HandleDataRequestFunction,
HandleDocumentRequestFunction,
HeadersArgs,
Expand Down

0 comments on commit 2bb91b2

Please sign in to comment.