How to setup hydrogen hosting within a monorepo repository? #1218
-
Hey everyone, I'm currently trying to create a Shopify store using hydrogen. I would like to integrate this directly into our groups turborepo repository. Has anyone else attempted to do this? From what I can tell this type of setup is not easily supported. Any guidance if this is possible and how to go about doing this is greatly appreciated! Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Still no answers? Looking for the same thing with yarn workspaces. |
Beta Was this translation helpful? Give feedback.
-
You are welcome to look at how we deploy multiple hydrogen apps within our own Hydrogen monorepo Deploying from a directory: https://github.com/Shopify/hydrogen/blob/main/.github/workflows/deploy.yml#L43-L48 |
Beta Was this translation helpful? Give feedback.
You are welcome to look at how we deploy multiple hydrogen apps within our own Hydrogen monorepo
Deploying from a directory: https://github.com/Shopify/hydrogen/blob/main/.github/workflows/deploy.yml#L43-L48
Deploying multiple hydrogen apps to different Hydrogen storefronts: https://github.com/Shopify/hydrogen/blob/main/.github/workflows/deploy-examples.yml#L54-L66