mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
git mv handler/[...stack] -> handler/[...hexclave] in dashboard, internal-tool, and 7 examples (docs/ excluded). Pure catch-all param-key rename; public /handler/* URL unchanged and routeProps/params are @deprecated/unread. Regenerated stale Next .next/types. typecheck + lint green.
7 lines
230 B
TypeScript
7 lines
230 B
TypeScript
import { StackHandler } from "@hexclave/next";
|
|
import { hexclaveServerApp } from "../../../hexclave";
|
|
|
|
export default function Handler(props: any) {
|
|
return <StackHandler fullPage app={hexclaveServerApp} routeProps={props} />;
|
|
}
|