Replies: 1 comment
-
I believe Might be related to: #3089 |
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
-
Hi! 👋
I'm using pnpm workspaces, and the structure of the project is as follows.
And the package.json and panda.config.ts of the
biskit-user(just my service name)
service are shown below./apps/user/package.json
/apps/user/panda.config.ts
And I've been playing around with pandacss to test out different features. I was expecting some issues here due to the missing importMap setting, but it's working fine without any issues.
What does importMap do, and am I right that this setting is unnecessary in my current project structure?
Beta Was this translation helpful? Give feedback.
All reactions