Add features: custom server and websocket. Minor refactoring
This commit is contained in:
Vendored
+4
@@ -1,5 +1,9 @@
|
||||
import bunextInit from "./functions/bunext-init";
|
||||
import bunextRequestHandler from "./functions/server/bunext-req-handler";
|
||||
import { log } from "./utils/log";
|
||||
const bunext = {
|
||||
bunextRequestHandler,
|
||||
bunextLog: log,
|
||||
bunextInit,
|
||||
};
|
||||
export default bunext;
|
||||
|
||||
Reference in New Issue
Block a user