Created
January 13, 2020 09:53
-
-
Save B4nan/1f4b89aa1f0f9c92a27973ac8a3d18e7 to your computer and use it in GitHub Desktop.
MikroORM CLI setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "your-app", | |
| "dependencies": { ... }, | |
| "mikro-orm": { | |
| "useTsNode": true, | |
| "configPaths": [ | |
| "./src/mikro-orm.config.ts", | |
| "./dist/mikro-orm.config.js" | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment