Skip to content

Commit e593723

Browse files
committed
disable debug statements
1 parent f994e18 commit e593723

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/mikro-orm.config.ts

Lines changed: 2 additions & 2 deletions
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-
debug: true,
16-
discovery: { disableDynamicFileAccess: true },
15+
// debug: true,
16+
// discovery: { disableDynamicFileAccess: true },
1717
};
1818

1919
export default config;

0 commit comments

Comments
 (0)