Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
chore: Update search path for migrations and entities
Browse files Browse the repository at this point in the history
  • Loading branch information
EndyKaufman committed Mar 11, 2019
1 parent 50774fd commit 65f566c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ormconfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const entities = (
...libs,
...apps
].map(lib =>
`${lib[sourceRootKey] || lib.architect.build.options[sourceRootKey]}/**entities/**/*.entity${entitiesExt}`
`${lib[sourceRootKey] || lib.architect.build.options[sourceRootKey]}/**/entities/**/*.entity${entitiesExt}`
) : []
)
]
Expand Down

0 comments on commit 65f566c

Please sign in to comment.