Skip to content

Commit

Permalink
fix(server): remove cjs export
Browse files Browse the repository at this point in the history
  • Loading branch information
jrea committed Apr 10, 2024
1 parent c440d20 commit b74b622
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/server/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ import create from './Server';
export { Server } from './Server';

export default create;

module.exports = create;

0 comments on commit b74b622

Please sign in to comment.