-
Notifications
You must be signed in to change notification settings - Fork 0
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
Implement monorepo #7
Conversation
- Add turborepo - Move most files to /apps/noconverter - Init workspace with pnpm-workspace
BREAKING CHANGE: Rename project to `0n0`, and `noconveter` to `converter`
Move all "general"-purpose UI components to `@0n0/ui`, to centralize them for use when making a new web app. BREAKING CHANGE: General-purpose components will now have to be called via `@0n0/ui`. Don't forget to add the dep (`"@0n0/ui": "workspace:*"`) to `package.json`. fix #6
With f343330, the "general"-purpose components (mainly the ones from shadcn/ui), will be moved to the For future apps, classical monorepo behavior is expected, which means importing the UI package ( Breaking change because this is the actual main change in the repo when transitioning to a monorepo. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Just realized this has been merged to |
Resolves #6