We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed6e50 commit 54ec799Copy full SHA for 54ec799
content/recipes/sql-typeorm.md
@@ -41,7 +41,7 @@ export const databaseProviders = [
41
42
> warning **Warning** Setting `synchronize: true` shouldn't be used in production - otherwise you can lose production data.
43
44
-> warning **Hint** Following best practices, we declared the custom provider in the separated file which has a `*.providers.ts` suffix.
+> info **Hint** Following best practices, we declared the custom provider in the separated file which has a `*.providers.ts` suffix.
45
46
Then, we need to export these providers to make them **accessible** for the rest of the application.
47
0 commit comments