Skip to content

Commit

Permalink
fix: missing export for createServer()
Browse files Browse the repository at this point in the history
  • Loading branch information
charlypoly committed Jan 15, 2025
1 parent a3846f6 commit e59b6fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export * from "./network";
export * from "./networkRun";
export * from "./state";
export * from "./types";
export * from "./server";
export * from "./util";

0 comments on commit e59b6fe

Please sign in to comment.