We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We already support this, but we don't make it easy to figure out how.
Our CLI supports a path argument: https://shopify.dev/docs/custom-storefronts/hydrogen/cli/commands#build
path
and Worker Actions support a path field: https://github.com/Shopify/hydrogen/blob/main/.github/workflows/deploy.yml#L53
Let's just write a quick doc on how you can have your app build from within a monorepo.
The text was updated successfully, but these errors were encountered:
I have tried everything to no avail in order to set up a monorepo with yarn workspaces.
I always stumble upon the following error:
Launching the hydrogen app from its folder works well though - it just does not get launched with yarn run dev (even with the --path flag).
yarn run dev
Sorry, something went wrong.
No branches or pull requests
We already support this, but we don't make it easy to figure out how.
Our CLI supports a
path
argument: https://shopify.dev/docs/custom-storefronts/hydrogen/cli/commands#buildand Worker Actions support a
path
field: https://github.com/Shopify/hydrogen/blob/main/.github/workflows/deploy.yml#L53Let's just write a quick doc on how you can have your app build from within a monorepo.
The text was updated successfully, but these errors were encountered: