-
Beta Was this translation helpful? Give feedback.
Answered by
mehulkar
Dec 8, 2023
Replies: 1 comment 2 replies
-
|
This is happening because To be clear, this is not related to Turborepo, and you would see the same behavior outside of a repo that happens to use turbo. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
mehulkar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is happening because
nest new apiis initializing a git repo inside your existing git repo. You canrm -rf api/.gitto show the newly generated files inside your current git index.To be clear, this is not related to Turborepo, and you would see the same behavior outside of a repo that happens to use turbo.