PNPM Workspaces
Unanswered
Polar bear posted this in #help-forum
Polar bearOP
I started using PNPM Workspaces with two projects
shared
(reads and saves data into a json file) and web
(nextjs project). When my next api is called, I am also using the shared project to read the data from the json file. I was doing the same ting but directly from the api folder, now I am having the following error:1 Reply
Polar bearOP
I found this solution, but I am not sure how to utilize it. https://stackoverflow.com/questions/64926174/module-not-found-cant-resolve-fs-in-next-js-application