Help needed in making a node lib with cli
so i have made a react form lib, i wanna deploy it to npm but the issue is i wanna keep everything as a monorepo ( like my dev which is in nextjs and package ), for that i used
lerna
, now the issue is i am not able to properly config it, what i want is like shadcn all the files get copied into the working dir so that user ll have access to everything and on top to that i also want that user should run a patch for react-hook-form ( there is a bug in that ) before competing the installisation1 Reply
and i also want to code remain the same ( like in tsx format) in nodemodules