We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63c979 commit 99d059bCopy full SHA for 99d059b
apps/cli/src/constants.ts
@@ -160,6 +160,7 @@ export const dependencyVersionMap = {
160
dotenv: "^17.2.2",
161
tsdown: "^0.15.5",
162
zod: "^4.1.11",
163
+ srvx: "0.8.15",
164
165
"@polar-sh/better-auth": "^1.1.3",
166
"@polar-sh/sdk": "^0.34.16",
apps/cli/src/helpers/core/auth-setup.ts
@@ -36,7 +36,7 @@ export async function setupAuth(config: ProjectConfig) {
36
});
37
} else if (hasTanStackStart) {
38
await addPackageDependency({
39
- dependencies: ["@clerk/tanstack-react-start"],
+ dependencies: ["@clerk/tanstack-react-start", "srvx"],
40
projectDir: clientDir,
41
42
} else if (hasViteReactOther) {
0 commit comments