-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
Move packages into monorepo #40
Conversation
Hi, Thanks, really cool, this will help a lot, specially for contributing to the Timeline component; just two things I found while testing it.
|
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.
🔥
I'm trusting you on this one!
Let's merge the PRzilla 🦖
(if there are issues we can merge them later)
This is a massive PR. All other packages imported and all files are moved. It is 350+ commits because it merges the history from the other packages.
This PR moves all of the other clapper/aitube packages together into a monorepo.
It preserves history of each of the different projects, using some git history rewrite to place them correctly in the monorepo.
Bun manages the monorepo, so there are no new tools. npm run dev still works, but is now powered by bun.
There are a few issues -- a couple of the Clapper imports are circular and have been commented out and replaced by any -- for example
import { ClapSegmentCategory } from "@aitube/clap"
in broadway/types@xenova/transformers will not import from git with bun, so this has been commented out as well