Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yovanoc committed Mar 29, 2023
1 parent f5ea59f commit 590936a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@
"rpc",
"observable",
"subscription",
"transformer",
"internals",
"shared"
],
"publishConfig": {
Expand Down
3 changes: 3 additions & 0 deletions packages/server/src/internals/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export type { BaseHandlerOptions, OnErrorFunction } from './types';

export { transformTRPCResponse } from './transformTRPCResponse';

0 comments on commit 590936a

Please sign in to comment.