mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Step 5: rename lowercase local vars stackApp/stackServerApp/stackClientApp/ stackAdminApp -> hexclave* across SDK source, apps, examples, and docs-mintlify (docs/ excluded). Public StackServerApp/StackClientApp classes and the useStackApp hook are unchanged. 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} />;
|
|
}
|