Tracking down a large dependency
Unanswered
Whiteleg shrimp posted this in #help-forum
Whiteleg shrimpOP
Hi, I'm using Effect in my NextJS app but it was supposed to be used in the backend. Somewhere in our code, we accidentally imported in the frontend but we don't know were exactly. The project is a monorepo with a lot of files and components to check it one by one and using Next Bundler Anayzer doesn't narrow it down because it says it is used in all the pages (app dir).