You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Can't configure .env.local, fill it out according to directions for the corresponding AuthKit SDK. Use `npx convex list` to see relevant environment variables.",
298
301
);
@@ -317,22 +320,32 @@ async function updateEnvLocal(
317
320
value: clientId,
318
321
commentOnPreviousLine: `# See this environment at ${workosUrl(environmentId,"/authentication")}`,
319
322
};
320
-
}elseif(detectedFramework==="Next.js"){
321
-
// Next doesn't need the clint id to be public
323
+
}elseif(
324
+
detectedFramework==="Next.js"||
325
+
detectedFramework==="TanStackStart"
326
+
){
327
+
// Next/TanStack Start don’t need the client id to be public
322
328
suggestedChanges[`WORKOS_CLIENT_ID`]={
323
329
value: clientId,
324
330
commentOnPreviousLine: `# See this environment at ${workosUrl(environmentId,"/authentication")}`,
0 commit comments