Flatten NestJS to individual mono packages/service instead of being a fat package with multiple targets. #1779
Labels
area/apps
area/packages
area/workflow
kind/feature
New feature request
triage/accepted
Triage has been accepted
What would you like to be added:
With #1777 #1778 completed, we can move NestJS from a monolithic one giant package project (nest-apps) into a monorepo with multiple package projects with their own
package.json
and scripts. Further, we can take advantage ofturbo prune
to prune workspaces when building their relevant docker image.Why is this needed:
/triage accepted
/area workflow packages
The text was updated successfully, but these errors were encountered: