NestJS doesn't start within apps #594
-
I recently started using turborepo. $ cd apps
$ nest new api Now if I try and run nest api $ cd api
$ yarn start:dev It fails with following error,
|
Beta Was this translation helpful? Give feedback.
Answered by
NikhilCodes
Jan 23, 2022
Replies: 1 comment
-
I got it to work by changing tsconfig.json in
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NikhilCodes
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got it to work by changing tsconfig.json in
apps/api
to