docs: updates to custom columns and build guides (#13624)

This commit is contained in:
Shahed Nasser
2025-09-30 10:01:58 +03:00
committed by GitHub
parent 9d3c71fefd
commit bd9ecd5e66
5 changed files with 196 additions and 58 deletions
@@ -79,7 +79,7 @@ This option is available since Medusa [v2.8.5](https://github.com/medusajs/medus
</Note>
The `projectConfig.cookieOptions` configuration defines cookie options to be passed to `express-session` when creating the session cookie. This configuration is useful when simulating a production environment locally, where you may need to set options like `secure` or `sameSite`.
The `projectConfig.cookieOptions` configuration defines cookie options to be passed to `express-session` when creating the session cookie. This configuration is useful when simulating a production environment locally, where you may need to set options like `secure` or `sameSite`. Learn more in the [Build chapter](../../build/page.mdx#authentication-locally-in-production-build).
#### Example