7 lines
144 B
TypeScript
7 lines
144 B
TypeScript
import bunextRequestHandler from "./functions/server/bunext-req-handler";
|
|
|
|
const bunext = {
|
|
bunextRequestHandler,
|
|
};
|
|
export default bunext;
|