Replies: 1 comment
-
|
ah it was a mistake on tsconfig.json and not the dockerfile |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I'm having errors when trying to build my /apps/api in docker.
pnpm turbo buildworks flawlessly on my computer. I've also triedturbo prune api --dockerand checking if @repo/utils is in the /out folder. It even states that the packages are in scopePackages in scope: @repo/db, @repo/eslint-config, @repo/types, @repo/typescript-config, @repo/utils, apiWhy am I still getting this error?
error TS2307: Cannot find module '@repo/utils' or its corresponding type declarations.any help is appreciated!
Additional information
docker build logs
apps/api/package.json
Beta Was this translation helpful? Give feedback.
All reactions