mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
The Next.js .env generator still emitted legacy STACK_/NEXT_PUBLIC_STACK_ variable names after the Hexclave rebrand, inconsistent with the Vite block and TanStack setup prompt. Switch it to the HEXCLAVE_ prefix (the SDK dual-reads HEXCLAVE_* ?? STACK_*, so existing projects are unaffected). Also correct the default-API-URL comparison in both the Next.js and Vite generators to the actual current value (https://api.stack-auth.com), so the API URL override is omitted from generated env files when running against the default cloud. |
||
|---|---|---|
| .. | ||
| backend | ||
| dashboard | ||
| dev-launchpad | ||
| e2e | ||
| hosted-components | ||
| internal-tool | ||
| mcp | ||
| mock-oauth-server | ||
| oauth-mock-server | ||
| skills | ||