release: WRNexusJS 0.2.29
This commit is contained in:
@@ -136,3 +136,11 @@ export function redirectToLogin(
|
||||
target.searchParams.set(options.returnToParam ?? "returnTo", original.href);
|
||||
return Response.redirect(target, options.status ?? 302);
|
||||
}
|
||||
|
||||
export {
|
||||
appOrigin,
|
||||
appUrl,
|
||||
currentAppName,
|
||||
currentAppOrigin,
|
||||
workspaceAppOrigins,
|
||||
} from "./workspace.ts";
|
||||
|
||||
Reference in New Issue
Block a user