Turborepo explanation #4156
-
|
Hi please I need some help understand Turborepo. I have an internal package which uses mailing.run - it is shared with my api app(Node + Express) and my web app(NextJS). But when i run turbo start to run the api app i.e Also when I try to deploy this same api app on Railway.app The build is fine but to run the app with turbo start It falls apart. My question would be is turbo repo not suited for my use case or is there something I am missing. Please any help would be much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Edit: I was able to fix my issues by building the node app with esbuild and updating the internal package's package to the latest version. |
Beta Was this translation helpful? Give feedback.
Edit: I was able to fix my issues by building the node app with esbuild and updating the internal package's package to the latest version.