Skip to content
This repository was archived by the owner on May 6, 2023. It is now read-only.

Commit 2d450a1

Browse files
committed
update exports
1 parent 0783931 commit 2d450a1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import type { BuxtRequest, BuxtResponse, Route, RoutePath } from "index.d";
33

44
const factoryFunction = BuxtServer.createServer;
55

6-
export { factoryFunction as CreateServer };
7-
86
export type { BuxtResponse, BuxtRequest, Route, RoutePath };
9-
export default BuxtServer.createServer;
7+
8+
export { factoryFunction as CreateServer };
9+
export default factoryFunction;

0 commit comments

Comments
 (0)