Skip to content
New issue

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

Feat/init #687

Merged
merged 9 commits into from
Nov 10, 2022
Merged

Feat/init #687

merged 9 commits into from
Nov 10, 2022

Conversation

jycouet
Copy link
Contributor

@jycouet jycouet commented Nov 10, 2022

fixes #671

flowchart LR

A[init] -->B(GIT Status)
B --> |not clean| A
B --> C{is Running}
C --> |no| D{schemaPath}
D --> F(done)
C --> |yes| E{url}
E --> |not correct| E
E --> F(DONE)
Loading

@vercel
Copy link

vercel bot commented Nov 10, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
docs ✅ Ready (Inspect) Visit Preview Nov 10, 2022 at 9:57PM (UTC)
docs-next ✅ Ready (Inspect) Visit Preview Nov 10, 2022 at 9:57PM (UTC)

@changeset-bot
Copy link

changeset-bot bot commented Nov 10, 2022

🦋 Changeset detected

Latest commit: aa2d52a

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

This PR includes changesets to release 3 packages
Name Type
houdini Patch
houdini-react Patch
houdini-svelte 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

@AlecAivazis AlecAivazis merged commit dc659ef into main Nov 10, 2022
@AlecAivazis AlecAivazis deleted the feat/init branch November 10, 2022 22:14
@github-actions github-actions bot mentioned this pull request Nov 10, 2022
endigma pushed a commit to endigma/houdini that referenced this pull request Nov 10, 2024
* 🚧 IMPROVE: init cmd

* tmp

* tmp2

* tmp3

* tmp4

* ✨ IMPROVE: adding to gitignore

* ✏️ DOC: changeset

* better default for local schemas

* missing await

Co-authored-by: Alec Aivazis <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Hint in docs: schema.graphql required to start dev server
2 participants