-
Notifications
You must be signed in to change notification settings - Fork 27
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
configure remote caching #15
Comments
@levino I've recently really learned to love the turbo/vercel setup, everything just works, and cheap as chips. To try communicate the full vision in my mind, the mono repo will;
Everything under the Keeping a schema and ecosystem together is quite an arduous task, I think the tooling behind turbo repo makes a monorepo achievable (in the past when approaching separation of concerns I'd make a repo for everything) Inside of this monorepo, besides the
Not great examples (running out of time tonight sorry) @levino send me your vercel username and I will add you to the project. (I will try update this comment tomorrow) |
I see. However I am pretty sure you can achieve this kind of synchronized publication as well with If you are planning for easy publication etc., you should have a look at Also a friendly advice: Only create new (sub-)packages, when it is necessary. Meaning: When you use it in at least two places. I have seen a lot of projects, where it looks like things have been distributed over hundreds of tiny packages, just for the fun of it while creating a lot of complexity for kinda no reason. It is tempting to "create order", but often unnecessary. |
And back to the topic: We need a |
Done in #18 |
I personally think turbo build is a bit overkill for this project. However it is fun to play with it, so I am grateful for its usage here. I would configure remote caching via vercel though, in order to really get the advantages turbo build promises.
The text was updated successfully, but these errors were encountered: