HoudiniGraphql / houdini

The disappearing GraphQL framework
http://www.houdinigraphql.com
MIT License
913 stars 99 forks source link

Generate ts config before building #1350

Closed AlecAivazis closed 2 months ago

AlecAivazis commented 2 months ago

This PR fixes a bug I ran into when running dev on a fresh project that uses a local schema.

To help everyone out, please make sure your PR does the following:

changeset-bot[bot] commented 2 months ago

🦋 Changeset detected

Latest commit: 8197432e4c2f5020de8467c1ad222dbc9671963e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 9 packages | Name | Type | | ----------------------------------- | ----- | | houdini-react | Patch | | houdini | Patch | | houdini-adapter-auto | Patch | | houdini-adapter-cloudflare | Patch | | houdini-adapter-node | Patch | | houdini-adapter-static | Patch | | houdini-svelte | Patch | | houdini-plugin-svelte-global-stores | Patch | | create-houdini | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

netlify[bot] commented 2 months ago

Deploy Preview for houdinigraphql canceled.

Name Link
Latest commit 8197432e4c2f5020de8467c1ad222dbc9671963e
Latest deploy log https://app.netlify.com/sites/houdinigraphql/deploys/66e0ade48b1c800008c4dc2c
netlify[bot] commented 2 months ago

Deploy Preview for houdini-docs-next canceled.

Name Link
Latest commit 8197432e4c2f5020de8467c1ad222dbc9671963e
Latest deploy log https://app.netlify.com/sites/houdini-docs-next/deploys/66e0ade49d6c280009f0dfab
SeppahBaws commented 2 months ago

Will this overwrite an existing config if the app is being built on the 2nd or nth time?