forge42dev / Remix-Forge

VS Code extension that allows you to generate configurable Remix code
MIT License
78 stars 6 forks source link

Should be monorepo aware #3

Closed bradymwilliams closed 7 months ago

bradymwilliams commented 1 year ago

When using forge actions via right click - only the files specifically prompted get placed correctly.

Example:

Init shadcn-ui in your template via package.json in apps/your-remix-app/package.json the tailwind.config.js file gets created at the monorepo root rather than remaining contextually aware of where package.json lived.

AlemTuzlak commented 1 year ago

Interesting, will look into fixing this, I know what the cause is