-
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
Setup ui components package #3
Comments
hyukkwonepic
added a commit
that referenced
this issue
Feb 10, 2024
- Formatted all files with prettier Resolve #3
hyukkwonepic
added a commit
that referenced
this issue
Feb 11, 2024
- Remove unnecessary config of nx.json
hyukkwonepic
added a commit
that referenced
this issue
Feb 11, 2024
hyukkwonepic
added a commit
that referenced
this issue
Feb 11, 2024
- Removed unnecessary vite config - Refactor package ui usage example
hyukkwonepic
added a commit
that referenced
this issue
Feb 13, 2024
* Setup ui components package #3 Resolve #3 * Setup ui components package #3 - Formatted all files with prettier Resolve #3 * Setup ui components package #3 - Remove unnecessary config of nx.json * Setup ui components package #3 * Setup ui components package #3 - Removed unnecessary setting * Setup ui components package #3 - Removed unnecessary vite config - Refactor package ui usage example * Setup ui components package #3 - Removed unused configs
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Logs
https://dev.to/nx/setup-a-monorepo-with-pnpm-workspaces-and-speed-it-up-with-nx-1eem
https://github.com/scheduleonce/once-ui
https://pnpm.io/workspaces
https://vitejs.dev/guide/build#library-mode
Declared type for module 'class-variance-authority/types' in global.d.ts as there is a typescript error when using with pnpm
Error example:
Solution suggestions: "The inferred type of X cannot be named without a reference to Y" (TS2742) occurs when multiple modules with the same package ID are resolved microsoft/TypeScript#47663 (comment)
The text was updated successfully, but these errors were encountered: