I've tried to use your example to create a similar example made for serverless:
https://github.com/tommedema/serverless-mono-example
The problem is that while everything builds, the serverless framework ultimately expects 1 folder with the entire application. How would you achieve this with typescript references?
I've tried to use your example to create a similar example made for serverless:
https://github.com/tommedema/serverless-mono-example
The problem is that while everything builds, the serverless framework ultimately expects 1 folder with the entire application. How would you achieve this with typescript references?