Monorepo setup #3083
Unanswered
taylorpreston
asked this question in
Q&A
Monorepo setup
#3083
Replies: 1 comment
-
Totally. This is the recommended approach. Here are a couple of great production examples: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Heyo!
Just kind of a general question about monorepo setup. I know there are examples in the docs, but is it possible to create a design-system that also exports the generated
/styled-system
code or is that not advised?This is what I want to be able to do
import { Button, Box } from "@acme/ui"
This is the setup I was thinking?
-- apps/web
---panda.config
--packages/ui
--- styled-system (export generated)
--- src/Components/Button (export this also)
Beta Was this translation helpful? Give feedback.
All reactions