Β© 2026 Hedgehog Software, LLC
redirect$
redirect
export const redirectAction = createAction(async () => { throw redirect$("/hello"); });
export const redirectQuery = cache(async () => { "use server"; throw redirect$("/hello"); }, "redirectQuery");