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. |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| .env | ||
| .env.development | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| .npmrc | ||
| components.json | ||
| DESIGN-GUIDE.md | ||
| instrumentation-client.ts | ||
| LICENSE | ||
| next.config.mjs | ||
| package.json | ||
| postcss.config.js | ||
| tailwind.config.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||