Update pages server function(s)

This commit is contained in:
2026-04-11 16:29:53 +01:00
parent 35f7a6fc85
commit e0c2ab5872
9 changed files with 32 additions and 23 deletions
@@ -10,7 +10,7 @@ export default async function grabPageErrorComponent({ error, routeParams, is404
? BUNX_ROOT_404_PRESET_COMPONENT
: BUNX_ROOT_500_PRESET_COMPONENT;
const default_server_res = {
responseOptions: {
response_options: {
status: is404 ? 404 : 500,
},
};