Files
jake 4df8d80c79 chore: bump deps and migrate .inputValidator.validator
- 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
2026-06-09 12:57:22 -04:00
..

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.