mirror of
https://github.com/jakejarvis/stanza.git
synced 2026-07-16 18:05:58 -04:00
- Update `@types/node`, `semver`, TanStack Router/Start, `posthog-node`, `shadcn`, `fumadocs-mdx`, and a handful of other minor dep bumps across the monorepo - Upgrade pnpm to 11.5.2 - Replace deprecated `.inputValidator(…)` calls with `.validator(…)` on all server functions
Create an application at https://dashboard.clerk.com and copy the API keys into .env:
{{#if (eq peers.framework "next")}}echo "NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_..." >> .env{{else}}echo "CLERK_PUBLISHABLE_KEY=pk_test_..." >> .env{{/if}}
echo "CLERK_SECRET_KEY=sk_test_..." >> .env
<ClerkProvider> is already wrapped around your root layout. Use auth() / currentUser() (server) or useUser() / <SignIn /> / <UserButton /> (client) — see the Clerk docs for the full API.