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

setup turborepo #56

Merged
merged 3 commits into from
Sep 18, 2023
Merged

setup turborepo #56

merged 3 commits into from
Sep 18, 2023

Conversation

marco-souza
Copy link
Collaborator

Description

This PR implements monorepo support using turborepo

Managing scripts

We need to edit turbo.json file to create/update new scripts. It will look for the same script name inside all apps/* packages and run them in parallel

Usage

# starts all apps
pnpm dev 

# this runs only the filtered app
pnpm dev --filter web # or mobile

References

@vercel
Copy link

vercel bot commented Sep 18, 2023

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

Name Status Preview Comments Updated (UTC)
ai-chatbot-frontend ❌ Failed (Inspect) Sep 18, 2023 10:09pm

@marco-souza
Copy link
Collaborator Author

Current dependencies on/for this PR:

This comment was auto-generated by Graphite.

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