Skip to content

Commit fb55702

Browse files
authored
fix(cli): missing /src from README instructions (#599)
1 parent 4db246a commit fb55702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/cli/src/helpers/core/create-readme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ SERVER_URL={your-production-server-domain}
674674
CORS_ORIGIN={your-production-web-domain}
675675
BETTER_AUTH_URL={your-production-server-domain}
676676
\`\`\`
677-
- In \`apps/server/lib/auth.ts\`, uncomment the \`session.cookieCache\` and \`advanced.crossSubDomainCookies\` sections and replace \`<your-workers-subdomain>\` with your actual workers subdomain. These settings are required to ensure cookies are transferred properly between your web and server domains.
677+
- In \`apps/server/src/lib/auth.ts\`, uncomment the \`session.cookieCache\` and \`advanced.crossSubDomainCookies\` sections and replace \`<your-workers-subdomain>\` with your actual workers subdomain. These settings are required to ensure cookies are transferred properly between your web and server domains.
678678
`;
679679
}
680680

0 commit comments

Comments
 (0)