Skip to content

Commit

Permalink
fix failing build
Browse files Browse the repository at this point in the history
  • Loading branch information
MatsDK committed Jun 30, 2023
1 parent 3c98a2c commit fc0b733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ const handleProxyCall = async (
}
}

export * from '../node_modules/.taurpc'
// export * from '.taurpc'
// export * from '../node_modules/.taurpc'
export * from '.taurpc'
export { createTauRPCProxy }

0 comments on commit fc0b733

Please sign in to comment.