You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I made a similar project like yours and I have an issue with what I mentioned in the title of that issue. My tsconfigs are the same like yours. I made a simple common package into the packages folder, and I installed like it should be when work with workspaces. In the NextJS project it works well, so when I make modification in that common package the NextJS detect it and restart the application, but the NestJS doesent detect it, I have to restart manually, and it is very inconvenient. In that common package also there is a dev script in the package json, so when I run turbo run dev, the ts files are transpiled into js file automatically, and also it watching the changes.
So I don't know why is happenning, maybe you know what is the solution. I hope I explaind understandable.
You don't have to do anything with the infra folder, except you have to copy the env.example, but I still just testing without docker and db.
I would pretiate your help.
Have a nice day/evening.
The text was updated successfully, but these errors were encountered:
Hello,
I made a similar project like yours and I have an issue with what I mentioned in the title of that issue. My tsconfigs are the same like yours. I made a simple common package into the packages folder, and I installed like it should be when work with workspaces. In the NextJS project it works well, so when I make modification in that common package the NextJS detect it and restart the application, but the NestJS doesent detect it, I have to restart manually, and it is very inconvenient. In that common package also there is a dev script in the package json, so when I run turbo run dev, the ts files are transpiled into js file automatically, and also it watching the changes.
So I don't know why is happenning, maybe you know what is the solution. I hope I explaind understandable.
I link my repo, so you can check it: https://github.com/kisstamasj/nextjs-nestjs-pnpm
After clone the repo, you sould switch to the turbo_test branch
You don't have to do anything with the infra folder, except you have to copy the env.example, but I still just testing without docker and db.
I would pretiate your help.
Have a nice day/evening.
The text was updated successfully, but these errors were encountered: