feat: add cookie options (#12720)

* feat: add cookie options

* feat: allow configuring hmr server port via the HMR_PORT env var

* support configuring HMR host and proto

* allow configuring the hmr client_port

* cleanup

* cleanup

---------

Co-authored-by: Harminder Virk <virk.officials@gmail.com>
Co-authored-by: Salvador Gironès <salvadorgirones@gmail.com>
Co-authored-by: Adrien de Peretti <adrien.deperetti@gmail.com>
This commit is contained in:
Riqwan Thamir
2025-06-25 11:18:28 +02:00
committed by GitHub
co-authored by Harminder Virk Salvador Gironès Adrien de Peretti
parent d517dbd66a
commit 820a936b98
4 changed files with 52 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
---
"@medusajs/framework": patch
"@medusajs/types": patch
---
feat(framework,types): add cookie options to project options