PC-mj/.output/server/chunks/build/errorHandler.mjs

9 lines
181 B
JavaScript
Raw Normal View History

2025-02-20 19:30:25 +08:00
function errorHandler({ error, redirect }) {
if (error) {
return redirect("/index.html");
}
}
export { errorHandler as default };
2025-03-11 13:57:38 +08:00
//# sourceMappingURL=errorHandler.mjs.map