Skip to content

Commit 99d059b

Browse files
authored
fix(cli): Install custom srvx version with Clerk tanstack start (#647)
1 parent f63c979 commit 99d059b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

apps/cli/src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ export const dependencyVersionMap = {
160160
dotenv: "^17.2.2",
161161
tsdown: "^0.15.5",
162162
zod: "^4.1.11",
163+
srvx: "0.8.15",
163164

164165
"@polar-sh/better-auth": "^1.1.3",
165166
"@polar-sh/sdk": "^0.34.16",

apps/cli/src/helpers/core/auth-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export async function setupAuth(config: ProjectConfig) {
3636
});
3737
} else if (hasTanStackStart) {
3838
await addPackageDependency({
39-
dependencies: ["@clerk/tanstack-react-start"],
39+
dependencies: ["@clerk/tanstack-react-start", "srvx"],
4040
projectDir: clientDir,
4141
});
4242
} else if (hasViteReactOther) {

0 commit comments

Comments
 (0)