Skip to content

Commit 0f79619

Browse files
authored
Update mikro-orm.config.ts
1 parent e593723 commit 0f79619

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mikro-orm.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ export const config: Options = {
1212
// as we are using class references here, we don't need to specify `entitiesTs` option
1313
entities: [Author, Book, BookTag, Publisher, BaseEntity],
1414
highlighter: new SqlHighlighter(),
15+
discovery: { disableDynamicFileAccess: true },
1516
// debug: true,
16-
// discovery: { disableDynamicFileAccess: true },
1717
};
1818

1919
export default config;

0 commit comments

Comments
 (0)