-
Notifications
You must be signed in to change notification settings - Fork 17
Conversation
I wonder if there's a way to use turborepo with Bun 🤔 |
I think we can actually, but, would we be using turborepo to handle the mono-repo support? |
This is working really good already! Turborepo is an option to scale our monorepo, but we could implement it later without a problem if we decide it's needed. I would like to know @GuiBibeau and @chin-flags opinions also! 😅 |
Yeah, I see your point actually. I'd love to hear their opinions as well. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This if 🔥 🎸
two small changes requested:
- Let's
rm -rf .DS_Store
to ensure we don't track the file. - removing the docker commands and files
These have been resolved. I removed the file, added the scripts and removed the docker configs. |
Description of the pull request
This is the pull request to integrate Mono repo support for the bun project. I followed two resources to achieve this current version in my pull request:
Changes made
sprout-server
.gitignore
file to the rootRelated issues
Testings done
Screenshots (if any)
Checklist
Please help review @GuiBibeau, @chin-flags