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

Fix output path for backend client generation #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Jazzepi
Copy link

@Jazzepi Jazzepi commented Sep 24, 2024

  • If you run the gen:local as is, it won't find the frontend directory because it will look relative to the backend/package.json and backend/frontend/app/lib... etc is not a real path. Instead let's step backwards one directory, and then step into the frontend This makes it work for me. I tested with a completely new repo, following the steps, and the gen client step did not work for me without this change.

  * If you run the gen:local as is, it won't find the frontend
    directory because it will look relative to the backend/package.json
    and backend/frontend/app/lib... etc is not a real path. Instead
    let's step backwards one directory, and then step into the frontend
    This makes it work for me. I tested with a completely new
    repo, following the steps, and the gen client step did not work for
    me without this change.
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.

1 participant