mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-12 07:43:10 +10:00
ci(dockerfile): copy prisma client correctly
This commit is contained in:
@ -15,8 +15,10 @@
|
||||
"skipDefaultLibCheck": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
// App Paths
|
||||
"@/client/*": ["apps/client/src/*"],
|
||||
"@/server/*": ["apps/server/src/*"],
|
||||
// Library Paths
|
||||
"@reactive-resume/dto": ["libs/dto/src/index.ts"],
|
||||
"@reactive-resume/hooks": ["libs/hooks/src/index.ts"],
|
||||
"@reactive-resume/parser": ["libs/parser/src/index.ts"],
|
||||
|
||||
Reference in New Issue
Block a user