Skip to content

Commit 10a5182

Browse files
markamPLvlapo
authored andcommitted
docs: update typo in using-ormconfig.md
Typo in .env configuration: .*js changed to *.js
1 parent b6d6278 commit 10a5182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/using-ormconfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ TYPEORM_DATABASE = test
9696
TYPEORM_PORT = 3000
9797
TYPEORM_SYNCHRONIZE = true
9898
TYPEORM_LOGGING = true
99-
TYPEORM_ENTITIES = entity/.*js,modules/**/entity/.*js
99+
TYPEORM_ENTITIES = entity/*.js,modules/**/entity/*.js
100100
```
101101

102102
List of available env variables you can set:

0 commit comments

Comments
 (0)