Handle browser Errors.
This commit is contained in:
Vendored
+4
-1
@@ -1,2 +1,5 @@
|
||||
const bunext = {};
|
||||
import bunextRequestHandler from "./functions/server/bunext-req-handler";
|
||||
const bunext = {
|
||||
bunextRequestHandler,
|
||||
};
|
||||
export default bunext;
|
||||
|
||||
Reference in New Issue
Block a user